• Randy Dunlap's avatar
    [PATCH] sonicvibes: fix initdata references · baacac11
    Randy Dunlap authored
    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: default avatarRandy Dunlap <rddunlap@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    baacac11
sonicvibes.c 79 KB