]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/meson_wdt.c
ALSA: hda/realtek - Add support for ALC295/ALC3254
[linux.git] / drivers / watchdog / meson_wdt.c
index aea5d2f44ad7b87f344fed2815ecd7990e9778aa..56ea1caf71c35d3bfde164dacdb8775f4fba98bb 100644 (file)
@@ -62,7 +62,8 @@ struct meson_wdt_dev {
        const struct meson_wdt_data *data;
 };
 
-static int meson_wdt_restart(struct watchdog_device *wdt_dev)
+static int meson_wdt_restart(struct watchdog_device *wdt_dev,
+                            unsigned long action, void *data)
 {
        struct meson_wdt_dev *meson_wdt = watchdog_get_drvdata(wdt_dev);
        u32 tc_reboot = MESON_WDT_DC_RESET;