lkml.org 
[lkml]   [2001]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] UltraStor 14F/34F build problem (2.4.13pre6)
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
--- 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");
\
 
 \ /
  Last update: 2005-03-22 13:10    [W:0.306 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site