mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] UltraStor 14F/34F build problem (2.4.13pre6)
@ 2001-10-23 11:20 Andreas Steinmetz
  0 siblings, 0 replies; only message in thread
From: Andreas Steinmetz @ 2001-10-23 11:20 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

drivers/scsi/u14-34f.c fails to build when built into the kernel due to missing
MODULE_LICENSE definition. Patch attached.


Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

[-- Attachment #2: u14-34f.patch --]
[-- Type: text/plain, Size: 492 bytes --]

--- linux/drivers/scsi/u14-34f.c	Tue Oct 23 12:57:34 2001
+++ linux-fixed/drivers/scsi/u14-34f.c	Tue Oct 23 12:55:02 2001
@@ -334,6 +334,7 @@
  *  the driver sets host->wish_block = TRUE for all ISA boards.
  */
 
+#include <linux/module.h>
 #include <linux/version.h>
 
 #ifndef LinuxVersionCode
@@ -343,7 +344,6 @@
 #define MAX_INT_PARAM 10
 
 #if defined(MODULE)
-#include <linux/module.h>
 
 MODULE_PARM(boot_options, "s");
 MODULE_PARM(io_port, "1-" __MODULE_STRING(MAX_INT_PARAM) "i");

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

only message in thread, other threads:[~2001-10-23 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-23 11:20 [PATCH] UltraStor 14F/34F build problem (2.4.13pre6) Andreas Steinmetz

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

all inboxes | Powered by JetHome®