X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fbcm7038_wdt.c;h=e238df4d75a23fdbd54d7e242452d8a6f5c8d1fd;hb=e3799a210d794fda0fa2ae99841d30cadf76069c;hp=4245b65d645cf5e91fa4864f6717bf7ae06dc21c;hpb=727cde6c3af38ebb2dbc40e0b32499a55051851d;p=cascardo%2Flinux.git diff --git a/drivers/watchdog/bcm7038_wdt.c b/drivers/watchdog/bcm7038_wdt.c index 4245b65d645c..e238df4d75a2 100644 --- a/drivers/watchdog/bcm7038_wdt.c +++ b/drivers/watchdog/bcm7038_wdt.c @@ -107,7 +107,7 @@ static struct watchdog_info bcm7038_wdt_info = { WDIOF_MAGICCLOSE }; -static struct watchdog_ops bcm7038_wdt_ops = { +static const struct watchdog_ops bcm7038_wdt_ops = { .owner = THIS_MODULE, .start = bcm7038_wdt_start, .stop = bcm7038_wdt_stop,