alistair23-linux/drivers/isdn
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
..
act2000 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 2007-04-25 22:28:23 -07:00
capi misc doc and kconfig typos 2007-05-09 08:58:15 +02:00
divert header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
gigaset usb_gigaset: don't kmalloc(0) 2007-05-08 20:41:14 -07:00
hardware isdn: fix section mismatch warnings 2007-06-01 08:18:30 -07:00
hisax HiSax: fix error checking for hisax_register()] 2007-05-23 20:14:14 -07:00
hysdn ISDN: Spinlock initializer cleanup 2007-05-08 11:15:17 -07:00
i4l Fix broken CLIR in isdn driver 2007-06-01 08:18:29 -07:00
icn Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
isdnloop ISDN: Spinlock initializer cleanup 2007-05-08 11:15:17 -07:00
pcbit [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 2007-04-25 22:28:23 -07:00
sc Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
Kconfig ISDN4Linux: fix maturity label 2007-06-01 08:18:29 -07:00
Makefile [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles 2006-03-26 08:57:05 -08:00