diff options
Diffstat (limited to 'drivers/watchdog/riowd.c')
-rw-r--r-- | drivers/watchdog/riowd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/riowd.c b/drivers/watchdog/riowd.c index 04fd1bac2db5..09cb1833ea27 100644 --- a/drivers/watchdog/riowd.c +++ b/drivers/watchdog/riowd.c | |||
@@ -230,7 +230,7 @@ static int __devexit riowd_remove(struct of_device *op) | |||
230 | return 0; | 230 | return 0; |
231 | } | 231 | } |
232 | 232 | ||
233 | static struct of_device_id riowd_match[] = { | 233 | static const struct of_device_id riowd_match[] = { |
234 | { | 234 | { |
235 | .name = "pmc", | 235 | .name = "pmc", |
236 | }, | 236 | }, |