diff options
Diffstat (limited to 'drivers/sbus/char/uctrl.c')
| -rw-r--r-- | drivers/sbus/char/uctrl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sbus/char/uctrl.c b/drivers/sbus/char/uctrl.c index 41eb6725ff5f..1b345be5cc02 100644 --- a/drivers/sbus/char/uctrl.c +++ b/drivers/sbus/char/uctrl.c | |||
| @@ -348,7 +348,7 @@ static void uctrl_get_external_status(struct uctrl_driver *driver) | |||
| 348 | 348 | ||
| 349 | } | 349 | } |
| 350 | 350 | ||
| 351 | static int __devinit uctrl_probe(struct of_device *op, | 351 | static int __devinit uctrl_probe(struct platform_device *op, |
| 352 | const struct of_device_id *match) | 352 | const struct of_device_id *match) |
| 353 | { | 353 | { |
| 354 | struct uctrl_driver *p; | 354 | struct uctrl_driver *p; |
| @@ -404,7 +404,7 @@ out_free: | |||
| 404 | goto out; | 404 | goto out; |
| 405 | } | 405 | } |
| 406 | 406 | ||
| 407 | static int __devexit uctrl_remove(struct of_device *op) | 407 | static int __devexit uctrl_remove(struct platform_device *op) |
| 408 | { | 408 | { |
| 409 | struct uctrl_driver *p = dev_get_drvdata(&op->dev); | 409 | struct uctrl_driver *p = dev_get_drvdata(&op->dev); |
| 410 | 410 | ||
