Commit 2c69be78 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] oss/sscape: fix section references

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: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 01cd3787
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment