summaryrefslogtreecommitdiffstats
path: root/Documentation/IO-mapping.txt
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-06-01 09:47:11 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-06-01 17:18:30 +0200
commit162dd3b9e41d2c7531bf09c580c8e82dbf01e7ba (patch)
treee74851614d4be6760300d4879a6cd14989ccd2af /Documentation/IO-mapping.txt
parentmicrocode: fix section mismatch warning (diff)
downloadlinux-162dd3b9e41d2c7531bf09c580c8e82dbf01e7ba.tar.xz
linux-162dd3b9e41d2c7531bf09c580c8e82dbf01e7ba.zip
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>
Diffstat (limited to 'Documentation/IO-mapping.txt')
0 files changed, 0 insertions, 0 deletions