diff options
Diffstat (limited to 'drivers/regulator/userspace-consumer.c')
-rw-r--r-- | drivers/regulator/userspace-consumer.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/regulator/userspace-consumer.c b/drivers/regulator/userspace-consumer.c index fc6655146999..518667ef9a0d 100644 --- a/drivers/regulator/userspace-consumer.c +++ b/drivers/regulator/userspace-consumer.c | |||
@@ -185,18 +185,7 @@ static struct platform_driver regulator_userspace_consumer_driver = { | |||
185 | }, | 185 | }, |
186 | }; | 186 | }; |
187 | 187 | ||
188 | 188 | module_platform_driver(regulator_userspace_consumer_driver); | |
189 | static int __init regulator_userspace_consumer_init(void) | ||
190 | { | ||
191 | return platform_driver_register(®ulator_userspace_consumer_driver); | ||
192 | } | ||
193 | module_init(regulator_userspace_consumer_init); | ||
194 | |||
195 | static void __exit regulator_userspace_consumer_exit(void) | ||
196 | { | ||
197 | platform_driver_unregister(®ulator_userspace_consumer_driver); | ||
198 | } | ||
199 | module_exit(regulator_userspace_consumer_exit); | ||
200 | 189 | ||
201 | MODULE_AUTHOR("Mike Rapoport <mike@compulab.co.il>"); | 190 | MODULE_AUTHOR("Mike Rapoport <mike@compulab.co.il>"); |
202 | MODULE_DESCRIPTION("Userspace consumer for voltage and current regulators"); | 191 | MODULE_DESCRIPTION("Userspace consumer for voltage and current regulators"); |