]> git.neil.brown.name Git - history.git/commit
[PATCH] sonicvibes: fix initdata references
authorRandy Dunlap <rddunlap@osdl.org>
Mon, 28 Feb 2005 02:32:33 +0000 (18:32 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 28 Feb 2005 02:32:33 +0000 (18:32 -0800)
commitbaacac11486b9d811e30a7c891a67609922568ab
tree0d44a9b21acb37f03451e5a2f239fd6bccfc2ef3
parent6fb185bc3142124d419fed07c7da1274c8b29d63
[PATCH] sonicvibes: fix initdata references

sonicvibes:  _devinit function was referencing __initdata (2x),
which should be __devinitdata;

Error: ./sound/oss/sonicvibes.o .text refers to 0000000000003ca7 R_X86_64_32S      .init.data+0x0000000000000080                                                Error: ./sound/oss/sonicvibes.o .text refers to 00000000000043eb R_X86_64_32S      .init.data+0x0000000000000024                                                Error: ./sound/oss/sonicvibes.o .text refers to 00000000000043f2 R_X86_64_32S      .init.data+0x0000000000000020

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/sonicvibes.c