The Linux Kernel Mailing List
 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 in2000.c
Date: Mon, 04 Nov 2002 14:37:13 +0100	[thread overview]
Message-ID: <3DC67809.30101@domdv.de> (raw)

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

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

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

--- ./drivers/scsi/in2000.c.orig	2002-11-04 14:15:38.000000000 +0100
+++ ./drivers/scsi/in2000.c	2002-11-04 14:18:58.000000000 +0100
@@ -1909,21 +1909,21 @@
  * special macros declared in 'asm/io.h'. We use readb() and readl()
  * when reading from the card's BIOS area in in2000_detect().
  */
-static u32 bios_tab[] in2000__INITDATA = {
+static u32 bios_tab[] = {
    0xc8000,
    0xd0000,
    0xd8000,
    0
    };
 
-static const unsigned short base_tab[] in2000__INITDATA = {
+static const unsigned short base_tab[] = {
    0x220,
    0x200,
    0x110,
    0x100,
    };
 
-static const int int_tab[] in2000__INITDATA = {
+static const int int_tab[] = {
    15,
    14,
    11,

                 reply	other threads:[~2002-11-04 13:31 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=3DC67809.30101@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