From 34ebd9a47caa9f4fc7bb28a08b89f712f409e55c Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Sat, 29 May 2010 06:04:07 +0000 Subject: [PATCH] omap: Stalker board: switch over to gpio_set_debounce With latest linus's tip, omap3_defconfig is broken. LD init/built-in.o LD .tmp_vmlinux1 arch/arm/mach-omap2/built-in.o: In function `ads7846_dev_init': linux-2.6/arch/arm/mach-omap2/board-omap3stalker.c:542: undefined reference to `omap_set_gpio_debounce' linux-2.6/arch/arm/mach-omap2/board-omap3stalker.c:543: undefined reference to `omap_set_gpio_debounce_time' make: *** [.tmp_vmlinux1] Error 1 >From the commit 48feb337475a ( arm: omap: switch over to gpio_set_debounce), board-omap3stalker.c seems to be missed out or got merged later. The patch was to remove omap-specific implementations for gpio debouncing in favor of gpiolib function. Cc: Felipe Balbi Cc: Kevin Hilman Signed-off-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- Reading git-format-patch failed