]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: Fix OMAP1 compilation after MPUIO check change
authorJonathan McDowell <noodles@earth.li>
Mon, 25 Sep 2006 09:41:30 +0000 (12:41 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 25 Sep 2006 09:41:30 +0000 (12:41 +0300)
commit6a04dc4bf213461a97e0433c555891faadd38a44
tree793d6219a3550c4474ac05243dce07efd9c73870
parent897f0e52a9ad57e7067194f7e97b0485c1c7e802
ARM: OMAP: Fix OMAP1 compilation after MPUIO check change

The recent MPUIO range change fix breaks compilation if
CONFIG_ARCH_OMAP24XX isn't defined; it should be OMAP_MAX_GPIO_LINES not
MAX_GPIO_LINES I believe. This one liner fixes it.

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c