aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2006-03-25 03:07:11 -0800
committerLinus Torvalds <[email protected]>2006-03-25 08:22:53 -0800
commitfbd8ad30596409070801832335d3ea8cf1513ded (patch)
tree4612b4565fe8de01f28a72d439742c91995fec05 /include/linux
parentc32ccd87bfd1414b0aabfcd8dbc7539ad23bcbaa (diff)
[PATCH] ide: fix section mismatch warning
In latest -mm ide-code.o gave a number of warnings like the following: WARNING: drivers/ide/ide-core.o - Section mismatch: reference to \ .init.text: from .text between 'init_module' (at offset 0x1f97) and \ 'cleanup_module' The warning was caused by init_module() calling parse_option() and ide_init() both declared __init. Declaring init_module() __init fixes the warnings. Signed-off-by: Sam Ravnborg <[email protected]> Cc: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions