All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Steinmetz <ast@domdv.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.20rc1 compile fix for t128.c
Date: Mon, 04 Nov 2002 14:37:20 +0100	[thread overview]
Message-ID: <3DC67810.9010704@domdv.de> (raw)

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

The attached patch fixes a section type conflict error.
-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

[-- Attachment #2: t128.c.diff --]
[-- Type: text/plain, Size: 319 bytes --]

--- ./drivers/scsi/t128.c.orig	2002-11-04 14:21:30.000000000 +0100
+++ ./drivers/scsi/t128.c	2002-11-04 14:21:47.000000000 +0100
@@ -145,7 +145,7 @@
 static const struct signature {
 	const char *string;
 	int offset;
-} signatures[] __initdata = {
+} signatures[] = {
 	{"TSROM: SCSI BIOS, Version 1.12", 0x36},
 };
 

             reply	other threads:[~2002-11-04 13:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-04 13:37 Andreas Steinmetz [this message]
2002-11-04 14:23 ` [PATCH] 2.4.20rc1 compile fix for t128.c Alan Cox
2002-11-04 14:16   ` Andreas Steinmetz

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=3DC67810.9010704@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.