EDD: remove unused SCSI header files

From: Matt Domsch
Date: Mon May 17 2004 - 15:18:20 EST


EDD: Remove no longer needed SCSI header file inclusion.

Thanks to ArjanV for reminding me.

-Matt
--
Matt Domsch
Sr. Software Engineer, Lead Engineer
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com


===== drivers/firmware/edd.c 1.25 vs edited =====
--- 1.25/drivers/firmware/edd.c Mon May 10 06:25:45 2004
+++ edited/drivers/firmware/edd.c Mon May 17 14:39:49 2004
@@ -43,12 +43,9 @@
#include <linux/device.h>
#include <linux/blkdev.h>
#include <linux/edd.h>
-/* FIXME - this really belongs in include/scsi/scsi.h */
-#include <../drivers/scsi/scsi.h>
-#include <../drivers/scsi/hosts.h>

-#define EDD_VERSION "0.14"
-#define EDD_DATE "2004-Apr-28"
+#define EDD_VERSION "0.15"
+#define EDD_DATE "2004-May-17"

MODULE_AUTHOR("Matt Domsch <Matt_Domsch@xxxxxxxx>");
MODULE_DESCRIPTION("sysfs interface to BIOS EDD information");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/