rk: restore file mode
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc_otg_310 / dwc_otg_os_dep.h
index 051e5e510a3ccd2ff121bc5a179276aa23443c0d..e890bfbd81e59e1ff291b5a912d0d6e3aee5cdb5 100755 (executable)
 
 #include <linux/version.h>
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20)
 # include <linux/irq.h>
 #endif
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 21)
 # include <linux/usb/ch9.h>
 #else
 # include <linux/usb_ch9.h>
 #endif
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24)
 # include <linux/usb/gadget.h>
 #else
 # include <linux/usb_gadget.h>
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 20)
 # include <asm/irq.h>
 #endif
 
 # include <linux/of.h>
 # include <linux/of_platform.h>
 
-//# include <asm/arch/lm.h>
-//# include <asm/arch/irqs.h>
-//# include <asm/arch/regs-irq.h>
+/* # include <asm/arch/lm.h> */
+/* # include <asm/arch/irqs.h> */
+/* # include <asm/arch/regs-irq.h> */
 
 /** The OS page size */
 #define DWC_OS_PAGE_SIZE       PAGE_SIZE
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 14)
 typedef int gfp_t;
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)
 # define IRQF_SHARED SA_SHIRQ
 #endif