Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69114a47 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] omap: fix gpio.c build error



arch/arm/plat-omap/gpio.c: In function '_omap_gpio_init':
arch/arm/plat-omap/gpio.c:1492: error: 'omap_mpuio_device' undeclared (first use in this function)

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d26acd92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1488,7 +1488,7 @@ static int __init _omap_gpio_init(void)
		bank->chip.set = gpio_set;
		if (bank_is_mpuio(bank)) {
			bank->chip.label = "mpuio";
#ifdef CONFIG_ARCH_OMAP1
#ifdef CONFIG_ARCH_OMAP16XX
			bank->chip.dev = &omap_mpuio_device.dev;
#endif
			bank->chip.base = OMAP_MPUIO(0);