summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-dw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-dw.c')
-rw-r--r--drivers/gpio/gpio-dw.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-dw.c b/drivers/gpio/gpio-dw.c
index b81e6a75c5..b7a61a8d90 100644
--- a/drivers/gpio/gpio-dw.c
+++ b/drivers/gpio/gpio-dw.c
@@ -195,8 +195,4 @@ static struct driver_d dwgpio_driver = {
.of_compatible = DRV_OF_COMPAT(dwgpio_match),
};
-static int __init dwgpio_init(void)
-{
- return platform_driver_register(&dwgpio_driver);
-}
-postcore_initcall(dwgpio_init);
+postcore_platform_driver(dwgpio_driver);