diff options
Diffstat (limited to 'arch/arm/common/locomo.c')
| -rw-r--r-- | arch/arm/common/locomo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/common/locomo.c b/arch/arm/common/locomo.c index 1b7eaab02b9e..159ad7ed7a40 100644 --- a/arch/arm/common/locomo.c +++ b/arch/arm/common/locomo.c | |||
| @@ -1103,14 +1103,14 @@ static int locomo_bus_remove(struct device *dev) | |||
| 1103 | struct bus_type locomo_bus_type = { | 1103 | struct bus_type locomo_bus_type = { |
| 1104 | .name = "locomo-bus", | 1104 | .name = "locomo-bus", |
| 1105 | .match = locomo_match, | 1105 | .match = locomo_match, |
| 1106 | .probe = locomo_bus_probe, | ||
| 1107 | .remove = locomo_bus_remove, | ||
| 1106 | .suspend = locomo_bus_suspend, | 1108 | .suspend = locomo_bus_suspend, |
| 1107 | .resume = locomo_bus_resume, | 1109 | .resume = locomo_bus_resume, |
| 1108 | }; | 1110 | }; |
| 1109 | 1111 | ||
| 1110 | int locomo_driver_register(struct locomo_driver *driver) | 1112 | int locomo_driver_register(struct locomo_driver *driver) |
| 1111 | { | 1113 | { |
| 1112 | driver->drv.probe = locomo_bus_probe; | ||
| 1113 | driver->drv.remove = locomo_bus_remove; | ||
| 1114 | driver->drv.bus = &locomo_bus_type; | 1114 | driver->drv.bus = &locomo_bus_type; |
| 1115 | return driver_register(&driver->drv); | 1115 | return driver_register(&driver->drv); |
| 1116 | } | 1116 | } |
