diff options
Diffstat (limited to 'drivers/video/wmt_ge_rops.c')
-rw-r--r-- | drivers/video/wmt_ge_rops.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/video/wmt_ge_rops.c b/drivers/video/wmt_ge_rops.c index 45832b7ef7d2..55be3865015b 100644 --- a/drivers/video/wmt_ge_rops.c +++ b/drivers/video/wmt_ge_rops.c | |||
@@ -167,18 +167,7 @@ static struct platform_driver wmt_ge_rops_driver = { | |||
167 | }, | 167 | }, |
168 | }; | 168 | }; |
169 | 169 | ||
170 | static int __init wmt_ge_rops_init(void) | 170 | module_platform_driver(wmt_ge_rops_driver); |
171 | { | ||
172 | return platform_driver_register(&wmt_ge_rops_driver); | ||
173 | } | ||
174 | |||
175 | static void __exit wmt_ge_rops_exit(void) | ||
176 | { | ||
177 | platform_driver_unregister(&wmt_ge_rops_driver); | ||
178 | } | ||
179 | |||
180 | module_init(wmt_ge_rops_init); | ||
181 | module_exit(wmt_ge_rops_exit); | ||
182 | 171 | ||
183 | MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com"); | 172 | MODULE_AUTHOR("Alexey Charkov <alchark@gmail.com"); |
184 | MODULE_DESCRIPTION("Accelerators for raster operations using " | 173 | MODULE_DESCRIPTION("Accelerators for raster operations using " |