diff options
| -rw-r--r-- | drivers/watchdog/ie6xx_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/ie6xx_wdt.c b/drivers/watchdog/ie6xx_wdt.c index 5f0d776f902c..8f541b940053 100644 --- a/drivers/watchdog/ie6xx_wdt.c +++ b/drivers/watchdog/ie6xx_wdt.c | |||
| @@ -232,7 +232,7 @@ static void __devinit ie6xx_wdt_debugfs_init(void) | |||
| 232 | S_IFREG | S_IRUGO, NULL, NULL, &ie6xx_wdt_dbg_operations); | 232 | S_IFREG | S_IRUGO, NULL, NULL, &ie6xx_wdt_dbg_operations); |
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | static void __devexit ie6xx_wdt_debugfs_exit(void) | 235 | static void ie6xx_wdt_debugfs_exit(void) |
| 236 | { | 236 | { |
| 237 | debugfs_remove(ie6xx_wdt_data.debugfs); | 237 | debugfs_remove(ie6xx_wdt_data.debugfs); |
| 238 | } | 238 | } |
| @@ -242,7 +242,7 @@ static void __devinit ie6xx_wdt_debugfs_init(void) | |||
| 242 | { | 242 | { |
| 243 | } | 243 | } |
| 244 | 244 | ||
| 245 | static void __devexit ie6xx_wdt_debugfs_exit(void) | 245 | static void ie6xx_wdt_debugfs_exit(void) |
| 246 | { | 246 | { |
| 247 | } | 247 | } |
| 248 | #endif | 248 | #endif |
