oss/sscape: fix initdata reference used in exit:

Error: ./sound/oss/sscape.o .exit.text refers to 000000000000007d R_X86_64_PC32 
    .init.data+0x0000000000000003

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>

diffstat:=
 sound/oss/sscape.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naurp ./sound/oss/sscape.c~oss_sscape_sections ./sound/oss/sscape.c
--- ./sound/oss/sscape.c~oss_sscape_sections    2005-03-01 23:38:12.000000000 
-0800
+++ ./sound/oss/sscape.c        2005-03-04 21:32:05.000000000 -0800
@@ -1393,7 +1393,7 @@ static struct address_info cfg;
 static struct address_info cfg_mpu;
 
 static int __initdata spea = -1;
-static int __initdata mss = 0;
+static int mss = 0;
 static int __initdata dma = -1;
 static int __initdata irq = -1;
 static int __initdata io = -1;


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to