[PATCH] 2.5.41 missing #include in aha152x.c

Michel Eyckmans (mce@pi.be)
Tue, 08 Oct 2002 00:11:15 +0200


aha152x.c in 2.5.41 needs this to compile:

diff -ru linux.orig/drivers/scsi/aha152x.c linux.mce/drivers/scsi/aha152x.c
--- linux.orig/drivers/scsi/aha152x.c Tue Oct 8 00:08:45 2002
+++ linux.mce/drivers/scsi/aha152x.c Tue Oct 8 00:06:13 2002
@@ -250,6 +250,7 @@

#include "aha152x.h"
#include <linux/stat.h>
+#include <linux/workqueue.h>

#include <scsi/scsicam.h>

MCE
-
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/