diff options
Diffstat (limited to 'drivers/watchdog/xen_wdt.c')
-rw-r--r-- | drivers/watchdog/xen_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/xen_wdt.c b/drivers/watchdog/xen_wdt.c index 99b956fa4ebd..1eb6bdc020ac 100644 --- a/drivers/watchdog/xen_wdt.c +++ b/drivers/watchdog/xen_wdt.c | |||
@@ -244,7 +244,7 @@ static struct miscdevice xen_wdt_miscdev = { | |||
244 | .fops = &xen_wdt_fops, | 244 | .fops = &xen_wdt_fops, |
245 | }; | 245 | }; |
246 | 246 | ||
247 | static int __devinit xen_wdt_probe(struct platform_device *dev) | 247 | static int xen_wdt_probe(struct platform_device *dev) |
248 | { | 248 | { |
249 | struct sched_watchdog wd = { .id = ~0 }; | 249 | struct sched_watchdog wd = { .id = ~0 }; |
250 | int ret = HYPERVISOR_sched_op(SCHEDOP_watchdog, &wd); | 250 | int ret = HYPERVISOR_sched_op(SCHEDOP_watchdog, &wd); |