diff --git a/drivers/watchdog/booke_wdt.c b/drivers/watchdog/booke_wdt.c index 932a03f4436a..1b1fb389b89b 100644 --- a/drivers/watchdog/booke_wdt.c +++ b/drivers/watchdog/booke_wdt.c @@ -149,6 +149,7 @@ static void __booke_wdt_enable(void *data) /** * __booke_wdt_disable - disable the watchdog on the given CPU + * @data: unused * * This function is called on each CPU. It disables the watchdog on that CPU. *