summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.h
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/scsi.h
parent84961f28e9d13a4b193d0c8545f3c060c1890ff3 (diff)
downloadlinux-fsl-qoriq-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/scsi.h')
-rw-r--r--drivers/scsi/scsi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/scsi.h b/drivers/scsi/scsi.h
index f51e466..d5a55fa 100644
--- a/drivers/scsi/scsi.h
+++ b/drivers/scsi/scsi.h
@@ -20,8 +20,6 @@
#ifndef _SCSI_H
#define _SCSI_H
-#include <linux/config.h> /* for CONFIG_SCSI_LOGGING */
-
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_eh.h>