linux-stable-rt/drivers/isdn/hardware/eicon
Sam Ravnborg 162dd3b9e4 isdn: fix section mismatch warnings
Fix the following section mismatch warnings:

WARNING: drivers/isdn/hardware/eicon/divadidd.o(.init.text+0xc4): Section mismatch: reference to .exit.text: (between 'init_module' and 'diddfunc_init')
WARNING: drivers/isdn/hardware/eicon/divas.o(.init.text+0xf4): Section mismatch: reference to .exit.text:divasfunc_exit (between 'init_module' and 'divasfunc_init')
WARNING: drivers/isdn/hardware/eicon/divas.o(.init.text+0x10d): Section mismatch: reference to .exit.text:divasfunc_exit (between 'init_module' and 'divasfunc_init')
WARNING: drivers/isdn/hardware/eicon/divas.o(.init.text+0x148): Section mismatch: reference to .exit.text:divasfunc_exit (between 'init_module' and 'divasfunc_init')

They all point to situation whare a function marked __init calls a function
marked __exit - but the __exit section may have been discarded.

Note: This warning is generated by a modified copy of modpost in my
      tree. It will soon hit upstearm.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-06-01 08:18:30 -07:00
..
Kconfig
Makefile
adapter.h
capi20.h
capidtmf.c
capidtmf.h
capifunc.c capifunc warning fixes 2007-05-23 20:14:15 -07:00
capifunc.h
capimain.c
cardtype.h
cp_vers.h
dadapter.c
dadapter.h
debug.c
debug_if.h
debuglib.c
debuglib.h
dfifo.h
di.c
di.h
di_dbg.h
di_defs.h
did_vers.h
diddfunc.c
diva.c
diva.h
diva_didd.c isdn: fix section mismatch warnings 2007-06-01 08:18:30 -07:00
diva_dma.c
diva_dma.h
diva_pci.h
divacapi.h
divamnt.c
divasfunc.c isdn: fix section mismatch warnings 2007-06-01 08:18:30 -07:00
divasi.c
divasmain.c
divasproc.c
divasync.h Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
dqueue.c
dqueue.h
dsp_defs.h
dsp_tst.h
dspdids.h
dsrv4bri.h
dsrv_bri.h
dsrv_pri.h
entity.h
helpers.h
idifunc.c
io.c
io.h
istream.c
kst_ifc.h
maintidi.c
maintidi.h
man_defs.h
mdm_msg.h
message.c drivers/isdn/hardware/eicon/message.c warning fixes 2007-05-23 20:14:15 -07:00
mi_pc.h
mntfunc.c
os_4bri.c
os_4bri.h
os_bri.c
os_bri.h
os_capi.h
os_pri.c
os_pri.h
pc.h
pc_init.h
pc_maint.h
pkmaint.h
platform.h
pr_pc.h
s_4bri.c
s_bri.c
s_pri.c
sdp_hdr.h
um_idi.c
um_idi.h
um_xdi.h
xdi_adapter.h
xdi_msg.h
xdi_vers.h