Skip to content

Commit

Permalink
[SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/
Browse files Browse the repository at this point in the history
kbuild includes this automatically these days.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Dave Jones authored and James Bottomley committed Aug 19, 2006
1 parent 84961f2 commit a2f5d4d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/aic7xxx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@
#include <linux/stat.h>
#include <linux/slab.h> /* for kmalloc() */

#include <linux/config.h> /* for CONFIG_PCI */

#define AIC7XXX_C_VERSION "5.2.6"

#define ALL_TARGETS -1
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/dpt_i2o.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/hptiop.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* For more information, visit http://www.highpoint-tech.com
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/scsi/libata-eh.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
*
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/scsi/scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a2f5d4d

Please sign in to comment.