aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2007-06-01 00:47:14 -0700
committerLinus Torvalds <[email protected]>2007-06-01 08:18:30 -0700
commitc79d9c9e9ace5eeae54f484f62fbd86bf27a344a (patch)
treeb1ea086730b77a0d121decfd21583c5064998958 /include/linux
parent39959588f58668472bc7108942a8998acedce911 (diff)
net/hp100: fix section mismatch warning
Fix following section mismatch warning in hp100: WARNING: drivers/net/hp100.o(.init.text+0x26a): Section mismatch: reference to .exit.text: (after 'init_module') The warning says that we use a function marked __exit from a function marked __init. This is not good on architectures where we discard __exit section for drivers that are built-in. Note: This warning is only seen by my local copy of modpost but the change will soon hit upstream. Signed-off-by: Sam Ravnborg <[email protected]> Acked-by: Jeff Garzik <[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