From: Stephen Rothwell Date: Wed, 22 Oct 2008 02:39:55 +0000 (+1100) Subject: PCI: don't export linux/io.h from pci.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1388cc964e680c1086ca0edae35be094cb29d51e;hp=61cfc7e442c52c14e632d9af0e70779cfa04249d;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git PCI: don't export linux/io.h from pci.h Move the include of io.h down into the #ifdef __KERNEL__ protected region. Signed-off-by: Stephen Rothwell Signed-off-by: Jesse Barnes --- diff --git a/include/linux/pci.h b/include/linux/pci.h index 955ab705c05e..752def8a2ef4 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -18,7 +18,6 @@ #define LINUX_PCI_H #include /* The pci register defines */ -#include /* * The PCI interface treats multi-function devices as independent @@ -52,6 +51,7 @@ #include #include #include +#include /* Include the ID list */ #include