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 65851f4553c4..84f523338ff4 100644 --- a/drivers/watchdog/riowd.c +++ b/drivers/watchdog/riowd.c | |||
@@ -174,7 +174,7 @@ static struct miscdevice riowd_miscdev = { | |||
174 | .fops = &riowd_fops | 174 | .fops = &riowd_fops |
175 | }; | 175 | }; |
176 | 176 | ||
177 | static int __devinit riowd_probe(struct platform_device *op) | 177 | static int riowd_probe(struct platform_device *op) |
178 | { | 178 | { |
179 | struct riowd *p; | 179 | struct riowd *p; |
180 | int err = -EINVAL; | 180 | int err = -EINVAL; |