linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.41 missing #include in aha152x.c
@ 2002-10-07 22:11 Michel Eyckmans (MCE)
  0 siblings, 0 replies; only message in thread
From: Michel Eyckmans (MCE) @ 2002-10-07 22:11 UTC (permalink / raw)
  To: linux-kernel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-07 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07 22:11 [PATCH] 2.5.41 missing #include in aha152x.c Michel Eyckmans (MCE)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).