Axel Lin b77b708868 watchdog: hpwdt: eliminate section mismatch warning
hpwdt_init_nmi_decoding() is called in hpwdt_init_one error handling,
thus remove the  __devexit annotation of hpwdt_exit_nmi_decoding().

This patch fixes below warning:

WARNING: drivers/watchdog/hpwdt.o(.devinit.text+0x36f): Section mismatch in reference from the function hpwdt_init_one() to the function .devexit.text:hpwdt_exit_nmi_decoding()
The function __devinit hpwdt_init_one() references
a function __devexit hpwdt_exit_nmi_decoding().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
hpwdt_exit_nmi_decoding() so it may be used outside an exit section.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Thomas Mingarelli <Thomas.Mingarelli@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2011-03-14 10:44:31 +00:00
..
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00
2011-03-14 10:39:27 +00:00
2010-12-02 14:10:21 +00:00
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00
2009-09-18 08:39:37 +00:00
2010-03-07 10:30:57 +00:00
2010-10-28 21:42:59 +00:00
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00
2009-06-18 07:30:30 +00:00
2009-09-18 08:39:37 +00:00
2009-06-18 07:30:30 +00:00
2010-03-07 10:30:57 +00:00
2010-03-07 10:30:57 +00:00