From: Tony Lindgren Date: Thu, 15 Jan 2009 11:09:53 +0000 (+0200) Subject: ARM: OMAP: Fix gpio.c compile on 15xx with CONFIG_DEBUGFS X-Git-Tag: v2.6.29-rc3~20^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a26e3318bc2ceec340f242c6ee7074becdc7219;p=pandora-kernel.git ARM: OMAP: Fix gpio.c compile on 15xx with CONFIG_DEBUGFS There are no wakeup registers on 15xx, and suspend_wakeup does not exist in the struct gpio_bank. Without this fix we'll get "arch/arm/plat-omap/gpio.c:1792: error: 'struct gpio_bank' has no member named 'suspend_wakeup'" as noted by Russell King. Note that the ifdefs will be cleaned up once the omap gpio code gets split into omap1 and omap2 specific parts. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed