diff options
Diffstat (limited to 'arch/arm/plat-mxc/gpio.c')
-rw-r--r-- | arch/arm/plat-mxc/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/gpio.c b/arch/arm/plat-mxc/gpio.c index e59fb973a771..c853bfa3dc53 100644 --- a/arch/arm/plat-mxc/gpio.c +++ b/arch/arm/plat-mxc/gpio.c | |||
@@ -395,7 +395,7 @@ DEFINE_REGISTER_FUNCTION(imx21) | |||
395 | 395 | ||
396 | #endif /* if defined(CONFIG_SOC_IMX21) */ | 396 | #endif /* if defined(CONFIG_SOC_IMX21) */ |
397 | 397 | ||
398 | #if defined(CONFIG_ARCH_MX25) | 398 | #if defined(CONFIG_SOC_IMX25) |
399 | static struct mxc_gpio_port imx25_gpio_ports[] = { | 399 | static struct mxc_gpio_port imx25_gpio_ports[] = { |
400 | DEFINE_IMX_GPIO_PORT_IRQ(MX25, 0, 1, MX25_INT_GPIO1), | 400 | DEFINE_IMX_GPIO_PORT_IRQ(MX25, 0, 1, MX25_INT_GPIO1), |
401 | DEFINE_IMX_GPIO_PORT_IRQ(MX25, 1, 2, MX25_INT_GPIO2), | 401 | DEFINE_IMX_GPIO_PORT_IRQ(MX25, 1, 2, MX25_INT_GPIO2), |
@@ -405,7 +405,7 @@ static struct mxc_gpio_port imx25_gpio_ports[] = { | |||
405 | 405 | ||
406 | DEFINE_REGISTER_FUNCTION(imx25) | 406 | DEFINE_REGISTER_FUNCTION(imx25) |
407 | 407 | ||
408 | #endif /* if defined(CONFIG_ARCH_MX25) */ | 408 | #endif /* if defined(CONFIG_SOC_IMX25) */ |
409 | 409 | ||
410 | #if defined(CONFIG_SOC_IMX27) | 410 | #if defined(CONFIG_SOC_IMX27) |
411 | static struct mxc_gpio_port imx27_gpio_ports[] = { | 411 | static struct mxc_gpio_port imx27_gpio_ports[] = { |