aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/softdog.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-03-24 13:32:44 -0700
committerWim Van Sebroeck <wim@iguana.be>2011-03-29 11:06:04 +0000
commit708d42472fba9a661a85ce12006c87ba3172a37e (patch)
tree4776184c1b93d6028ee0e5df6d553d06004236b8 /drivers/watchdog/softdog.c
parentwatchdog: sp5100_tco.c: Check if firmware has set correct value in tcobase. (diff)
downloadlinux-dev-708d42472fba9a661a85ce12006c87ba3172a37e.tar.xz
linux-dev-708d42472fba9a661a85ce12006c87ba3172a37e.zip
watchdog: fix nv_tco section mismatch
Fix section mismatch warning: Mark the called nv_tco_getdevice() as __devinit, just like its caller. WARNING: drivers/watchdog/nv_tco.o(.devinit.text+0x16): Section mismatch in reference from the function nv_tco_init() to the function .init.text:nv_tco_getdevice() The function __devinit nv_tco_init() references a function __init nv_tco_getdevice(). If nv_tco_getdevice is only used by nv_tco_init then annotate nv_tco_getdevice with a matching annotation. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/softdog.c')
0 files changed, 0 insertions, 0 deletions