PATCH: junk header removal

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Apr 2003 01:28:20 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/drivers/scsi/NCR_D700.c linux-2.5.67-ac1/drivers/scsi/NCR_D700.c
--- linux-2.5.67/drivers/scsi/NCR_D700.c 2003-02-10 18:37:59.000000000 +0000
+++ linux-2.5.67-ac1/drivers/scsi/NCR_D700.c 2003-02-20 16:41:07.000000000 +0000
@@ -95,17 +95,8 @@
#include <linux/config.h>
#include <linux/blk.h>
#include <linux/interrupt.h>
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/types.h>
-#include <linux/string.h>
-#include <linux/spinlock.h>
-#include <linux/ioport.h>
-#include <linux/delay.h>
-#include <linux/proc_fs.h>
-#include <linux/init.h>
-#include <linux/device.h>
#include <linux/mca.h>

#include <asm/dma.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/