Found another silly buglet...
--- linux/drivers/scsi/aha1740.c.orig Fri Sep 28 08:05:39 2001
+++ linux/drivers/scsi/aha1740.c Fri Sep 28 08:05:49 2001
@@ -22,10 +22,7 @@
* if it doesn't work for your devices, take a look.
*/
-#ifdef MODULE
#include <linux/module.h>
-#endif
-
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
--- linux/drivers/scsi/ncr53c8xx.c.orig Fri Sep 28 08:06:37 2001
+++ linux/drivers/scsi/ncr53c8xx.c Fri Sep 28 08:06:45 2001
@@ -116,10 +116,7 @@
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
-#ifdef MODULE
#include <linux/module.h>
-#endif
-
#include <asm/dma.h>
#include <asm/io.h>
#include <asm/system.h>
-Erik
-- Erik B. Andersen email: andersee@debian.org, formerly of Lineo --This message was written using 73% post-consumer electrons-- - 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/