lkml.org 
[lkml]   [2003]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [2.5 patch] fix section type conflict in sound/isa/sscape.c
Date
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.031 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site