From: Gerard Snitselaar Date: Wed, 4 Jul 2012 16:32:11 +0000 (-0700) Subject: watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe() X-Git-Tag: v3.6-rc1~121^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0402450f45673d3c03340cb1e679bf2a1fc0abee;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed