]> err.no Git - linux-2.6/blobdiff - include/linux/pci.h
[PATCH] USB: make endpoints real struct devices
[linux-2.6] / include / linux / pci.h
index 6fd36cb09160ea5edd65b86edf0262501b3d25a3..6c4bc773f7b7b91c86e23e437b6d176bc58810e5 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef LINUX_PCI_H
 #define LINUX_PCI_H
 
-#include <linux/mod_devicetable.h>
-
 /* Include the pci register defines */
 #include <linux/pci_regs.h>
 
@@ -46,8 +44,9 @@
 
 #ifdef __KERNEL__
 
+#include <linux/mod_devicetable.h>
+
 #include <linux/types.h>
-#include <linux/config.h>
 #include <linux/ioport.h>
 #include <linux/list.h>
 #include <linux/errno.h>