watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()
authorGerard Snitselaar <dev@snitselaar.org>
Wed, 4 Jul 2012 16:32:11 +0000 (09:32 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 23 Jul 2012 10:49:44 +0000 (12:49 +0200)
commit0402450f45673d3c03340cb1e679bf2a1fc0abee
tree15112c689d51bae48dcc1876218091a572666389
parent5a135f3c72c5bc738a29629d81a99c981b17a736
watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()

ie6xx_wdt_probe() calls ie6xx_wdt_debugfs_exit() as part of
it's error cleanup path, and ie6xx_wdt_debugfs_exit() is
currently annotated __devexit.

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ie6xx_wdt.c
This page took 0.025699 seconds and 5 git commands to generate.