summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mpc5200.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-mpc5200.c')
-rw-r--r--drivers/gpio/gpio-mpc5200.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-mpc5200.c b/drivers/gpio/gpio-mpc5200.c
index 42647f26c9e0..8ce6c9510035 100644
--- a/drivers/gpio/gpio-mpc5200.c
+++ b/drivers/gpio/gpio-mpc5200.c
@@ -192,7 +192,6 @@ static const struct of_device_id mpc52xx_wkup_gpiochip_match[] = {
192static struct platform_driver mpc52xx_wkup_gpiochip_driver = { 192static struct platform_driver mpc52xx_wkup_gpiochip_driver = {
193 .driver = { 193 .driver = {
194 .name = "mpc5200-gpio-wkup", 194 .name = "mpc5200-gpio-wkup",
195 .owner = THIS_MODULE,
196 .of_match_table = mpc52xx_wkup_gpiochip_match, 195 .of_match_table = mpc52xx_wkup_gpiochip_match,
197 }, 196 },
198 .probe = mpc52xx_wkup_gpiochip_probe, 197 .probe = mpc52xx_wkup_gpiochip_probe,
@@ -347,7 +346,6 @@ static const struct of_device_id mpc52xx_simple_gpiochip_match[] = {
347static struct platform_driver mpc52xx_simple_gpiochip_driver = { 346static struct platform_driver mpc52xx_simple_gpiochip_driver = {
348 .driver = { 347 .driver = {
349 .name = "mpc5200-gpio", 348 .name = "mpc5200-gpio",
350 .owner = THIS_MODULE,
351 .of_match_table = mpc52xx_simple_gpiochip_match, 349 .of_match_table = mpc52xx_simple_gpiochip_match,
352 }, 350 },
353 .probe = mpc52xx_simple_gpiochip_probe, 351 .probe = mpc52xx_simple_gpiochip_probe,