summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/watchdog/omap_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c
index 057fe5e00f2..83cd236830a 100644
--- a/drivers/watchdog/omap_wdt.c
+++ b/drivers/watchdog/omap_wdt.c
@@ -251,8 +251,8 @@ static void autopet_init(struct watchdog_device *wdog)
}
#else
static inline void autopet_init(struct watchdog_device *wdog) {}
-static inline void autopet_stop(struct omap_wdt_dev *wdev) {}
-static inline void autopet_start(struct omap_wdt_dev *wdev) {}
+static inline void autopet_stop(struct watchdog_device *wdog) {}
+static inline void autopet_start(struct watchdog_device *wdog) {}
#endif
static int omap_wdt_probe(struct platform_device *pdev)