linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [2.5 patch] fix section type conflict in sound/isa/sscape.c
Date: Thu, 17 Jul 2003 10:42:11 +1000	[thread overview]
Message-ID: <20030717012932.A08912C2C1@lists.samba.org> (raw)
In-Reply-To: Your message of "Sun, 13 Jul 2003 22:17:51 +0200." <20030713201751.GA12104@fs.tum.de>

In message <20030713201751.GA12104@fs.tum.de> you write:
> --- linux-2.5.75-mm1/sound/isa/sscape.c.old	2003-07-13 22:10:52.000000000 +0200
> +++ linux-2.5.75-mm1/sound/isa/sscape.c	2003-07-13 22:11:21.000000000 +0200
> @@ -809,7 +809,7 @@
>   */
>  static unsigned __devinit get_irq_config(int irq)
>  {
> -	static const int valid_irq[] __devinitdata = { 9, 5, 7, 10 };
> +	static const int valid_irq[] = { 9, 5, 7, 10 };
>  	unsigned cfg;

Just remove the static.

Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

      reply	other threads:[~2003-07-17  1:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13 20:17 [2.5 patch] fix section type conflict in sound/isa/sscape.c Adrian Bunk
2003-07-17  0:42 ` Rusty Russell [this message]

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=20030717012932.A08912C2C1@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=alsa-devel@alsa-project.org \
    --cc=bunk@fs.tum.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;
as well as URLs for NNTP newsgroup(s).