diff options
author | Sam Ravnborg <[email protected]> | 2008-02-09 23:29:28 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2008-02-09 23:29:28 -0800 |
commit | f4e64333f829af6b2fe536b0f556d7a6b561c0ef (patch) | |
tree | e13ce54a24c6d52d5668d11746855abc26fa864e /net/unix/sysctl_net_unix.c | |
parent | 2fddb6e277ebdb9690c3c7aa0eead5c208701b71 (diff) |
isdn: fix section mismatch warning for ISACVer
Fix following warnings:
WARNING: drivers/isdn/hisax/built-in.o(.text+0x19723): Section mismatch in reference from the function ISACVersion() to the variable .devinit.data:ISACVer
WARNING: drivers/isdn/hisax/built-in.o(.text+0x2005b): Section mismatch in reference from the function setup_avm_a1_pcmcia() to the function .devinit.text:setup_isac()
ISACVer were only used from function annotated __devinit
so add same annotation to ISACVer.
One af the fererencing functions missed __devinit so add it
and kill an additional warning.
Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Karsten Keil <[email protected]>
Cc: Jeff Garzik <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions