diff options
Diffstat (limited to 'drivers/sbus/char/envctrl.c')
-rw-r--r-- | drivers/sbus/char/envctrl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sbus/char/envctrl.c b/drivers/sbus/char/envctrl.c index c8166ecf5276..2c76f700265b 100644 --- a/drivers/sbus/char/envctrl.c +++ b/drivers/sbus/char/envctrl.c | |||
@@ -1142,12 +1142,12 @@ static struct of_platform_driver envctrl_driver = { | |||
1142 | 1142 | ||
1143 | static int __init envctrl_init(void) | 1143 | static int __init envctrl_init(void) |
1144 | { | 1144 | { |
1145 | return of_register_driver(&envctrl_driver, &of_bus_type); | 1145 | return of_register_platform_driver(&envctrl_driver); |
1146 | } | 1146 | } |
1147 | 1147 | ||
1148 | static void __exit envctrl_exit(void) | 1148 | static void __exit envctrl_exit(void) |
1149 | { | 1149 | { |
1150 | of_unregister_driver(&envctrl_driver); | 1150 | of_unregister_platform_driver(&envctrl_driver); |
1151 | } | 1151 | } |
1152 | 1152 | ||
1153 | module_init(envctrl_init); | 1153 | module_init(envctrl_init); |