From: Jonathan McDowell Date: Fri, 11 Aug 2006 09:54:04 +0000 (+0300) Subject: [PATCH] ARM: OMAP: Fix OMAP1 compilation after MPUIO check change X-Git-Tag: v2.6.18-omap1~110 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dc875107c6fafd8af7b160c77739327cc33ca2;p=pandora-kernel.git [PATCH] 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed