diff options
Diffstat (limited to 'drivers/sbus/char/display7seg.c')
| -rw-r--r-- | drivers/sbus/char/display7seg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sbus/char/display7seg.c b/drivers/sbus/char/display7seg.c index 47db97583ea7..1690e53fb84a 100644 --- a/drivers/sbus/char/display7seg.c +++ b/drivers/sbus/char/display7seg.c | |||
| @@ -170,7 +170,7 @@ static struct miscdevice d7s_miscdev = { | |||
| 170 | .fops = &d7s_fops | 170 | .fops = &d7s_fops |
| 171 | }; | 171 | }; |
| 172 | 172 | ||
| 173 | static int __devinit d7s_probe(struct of_device *op, | 173 | static int __devinit d7s_probe(struct platform_device *op, |
| 174 | const struct of_device_id *match) | 174 | const struct of_device_id *match) |
| 175 | { | 175 | { |
| 176 | struct device_node *opts; | 176 | struct device_node *opts; |
| @@ -236,7 +236,7 @@ out_free: | |||
| 236 | goto out; | 236 | goto out; |
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | static int __devexit d7s_remove(struct of_device *op) | 239 | static int __devexit d7s_remove(struct platform_device *op) |
| 240 | { | 240 | { |
| 241 | struct d7s *p = dev_get_drvdata(&op->dev); | 241 | struct d7s *p = dev_get_drvdata(&op->dev); |
| 242 | u8 regs = readb(p->regs); | 242 | u8 regs = readb(p->regs); |
