diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /drivers/ide/pci | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) | |
download | talos-op-linux-038b0a6d8d32db934bba6a24e74e76e4e327a94f.tar.gz talos-op-linux-038b0a6d8d32db934bba6a24e74e76e4e327a94f.zip |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/ide/pci')
-rw-r--r-- | drivers/ide/pci/generic.c | 1 | ||||
-rw-r--r-- | drivers/ide/pci/jmicron.c | 1 | ||||
-rw-r--r-- | drivers/ide/pci/rz1000.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c index 0cb7b9b520ea..965c43659e35 100644 --- a/drivers/ide/pci/generic.c +++ b/drivers/ide/pci/generic.c @@ -23,7 +23,6 @@ #undef REALLY_SLOW_IO /* most systems can safely undef this */ -#include <linux/config.h> /* for CONFIG_BLK_DEV_IDEPCI */ #include <linux/types.h> #include <linux/module.h> #include <linux/kernel.h> diff --git a/drivers/ide/pci/jmicron.c b/drivers/ide/pci/jmicron.c index 68c74bbf8b06..c1cec236ecf0 100644 --- a/drivers/ide/pci/jmicron.c +++ b/drivers/ide/pci/jmicron.c @@ -5,7 +5,6 @@ * May be copied or modified under the terms of the GNU General Public License */ -#include <linux/config.h> #include <linux/types.h> #include <linux/module.h> #include <linux/pci.h> diff --git a/drivers/ide/pci/rz1000.c b/drivers/ide/pci/rz1000.c index 608cd7609072..5f6950c2d1d1 100644 --- a/drivers/ide/pci/rz1000.c +++ b/drivers/ide/pci/rz1000.c @@ -17,7 +17,6 @@ #undef REALLY_SLOW_IO /* most systems can safely undef this */ -#include <linux/config.h> /* for CONFIG_BLK_DEV_IDEPCI */ #include <linux/types.h> #include <linux/module.h> #include <linux/kernel.h> |