diff options
| -rw-r--r-- | arch/m68k/platform/5307/gpio.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/m68k/platform/5307/gpio.c b/arch/m68k/platform/5307/gpio.c index 5850612b4a38..91d042030657 100644 --- a/arch/m68k/platform/5307/gpio.c +++ b/arch/m68k/platform/5307/gpio.c | |||
| @@ -21,21 +21,7 @@ | |||
| 21 | #include <asm/mcfgpio.h> | 21 | #include <asm/mcfgpio.h> |
| 22 | 22 | ||
| 23 | static struct mcf_gpio_chip mcf_gpio_chips[] = { | 23 | static struct mcf_gpio_chip mcf_gpio_chips[] = { |
| 24 | { | 24 | MCFGPS(PP, 0, 16, MCFSIM_PADDR, MCFSIM_PADAT, MCFSIM_PADAT), |
| 25 | .gpio_chip = { | ||
| 26 | .label = "PP", | ||
| 27 | .request = mcf_gpio_request, | ||
| 28 | .free = mcf_gpio_free, | ||
| 29 | .direction_input = mcf_gpio_direction_input, | ||
| 30 | .direction_output = mcf_gpio_direction_output, | ||
| 31 | .get = mcf_gpio_get_value, | ||
| 32 | .set = mcf_gpio_set_value, | ||
| 33 | .ngpio = 16, | ||
| 34 | }, | ||
| 35 | .pddr = (void __iomem *) MCFSIM_PADDR, | ||
| 36 | .podr = (void __iomem *) MCFSIM_PADAT, | ||
| 37 | .ppdr = (void __iomem *) MCFSIM_PADAT, | ||
| 38 | }, | ||
| 39 | }; | 25 | }; |
| 40 | 26 | ||
| 41 | static int __init mcf_gpio_init(void) | 27 | static int __init mcf_gpio_init(void) |
