public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] current scsi-misc-2.5 scsi_lib.c needs init.h
@ 2002-12-05 22:16 Patrick Mansfield
  2002-12-05 22:26 ` James Bottomley
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Mansfield @ 2002-12-05 22:16 UTC (permalink / raw)
  To: JEJ Bottomley; +Cc: Christoph Hellwig, linux-scsi

The current scsi-misc-2.5 scsi_lib.c needs to include init.h
to get the __init and __exit defined.

--- 1.57/drivers/scsi/scsi_lib.c	Thu Dec  5 11:59:51 2002
+++ edited/drivers/scsi/scsi_lib.c	Thu Dec  5 13:11:35 2002
@@ -13,6 +13,7 @@
 #include <linux/kernel.h>
 #include <linux/mempool.h>
 #include <linux/slab.h>
+#include <linux/init.h>
 
 #include "scsi.h"
 #include "hosts.h"

-- Patrick Mansfield

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-05 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 22:16 [PATCH] current scsi-misc-2.5 scsi_lib.c needs init.h Patrick Mansfield
2002-12-05 22:26 ` James Bottomley
2002-12-05 22:54   ` Patrick Mansfield
2002-12-05 22:58     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox