summaryrefslogtreecommitdiff
path: root/drivers/scsi/dpt_i2o.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-08-11 01:41:13 (GMT)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-08-19 20:39:11 (GMT)
commita2f5d4d94f0ab9560b9a99d73d5b86b377c7f201 (patch)
tree2a0cc44f528f181d836f25a090f0da783c1e8a87 /drivers/scsi/dpt_i2o.c
parent84961f28e9d13a4b193d0c8545f3c060c1890ff3 (diff)
downloadlinux-a2f5d4d94f0ab9560b9a99d73d5b86b377c7f201.tar.xz
[SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/
kbuild includes this automatically these days. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r--drivers/scsi/dpt_i2o.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index e133733..4580633 100644
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -46,7 +46,6 @@ MODULE_DESCRIPTION("Adaptec I2O RAID Driver");
#include <linux/stat.h>
#include <linux/slab.h> /* for kmalloc() */
-#include <linux/config.h> /* for CONFIG_PCI */
#include <linux/pci.h> /* for PCI support */
#include <linux/proc_fs.h>
#include <linux/blkdev.h>