From: Andreas Steinmetz <ast@domdv.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] UltraStor 14F/34F build problem (2.4.13pre6)
Date: Tue, 23 Oct 2001 13:20:46 +0200 (CEST) [thread overview]
Message-ID: <XFMail.20011023132046.ast@domdv.de> (raw)
[-- 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");
reply other threads:[~2001-10-23 11:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=XFMail.20011023132046.ast@domdv.de \
--to=ast@domdv.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®