1
0

[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>
This commit is contained in:
Dave Jones
2006-08-10 21:41:13 -04:00
committed by James Bottomley
parent 84961f28e9
commit a2f5d4d94f
5 changed files with 0 additions and 7 deletions

View File

@@ -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>