aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-palmte.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2011-01-27 16:39:41 -0800
committerTony Lindgren <tony@atomide.com>2011-01-27 16:39:41 -0800
commitae3126edfc7bcef7cc064acc1bf33c3ac148c5df (patch)
tree1f65df4b9418eb4c433cf0f460f9b02e8e9b3d72 /arch/arm/mach-omap1/board-palmte.c
parentarm: omap: i2c: fix compile warning (diff)
downloadlinux-dev-ae3126edfc7bcef7cc064acc1bf33c3ac148c5df.tar.xz
linux-dev-ae3126edfc7bcef7cc064acc1bf33c3ac148c5df.zip
arm: omap1: fix compile warning
Fix the following compile warning: arch/arm/mach-omap1/board-palmte.c:233:13: warning: 'palmte_headphones_detect' defined but not used Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmte.c')
-rw-r--r--arch/arm/mach-omap1/board-palmte.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c
index fb51ce6123d8..c9d38f47845f 100644
--- a/arch/arm/mach-omap1/board-palmte.c
+++ b/arch/arm/mach-omap1/board-palmte.c
@@ -230,19 +230,6 @@ static struct spi_board_info palmte_spi_info[] __initdata = {
},
};
-static void palmte_headphones_detect(void *data, int state)
-{
- if (state) {
- /* Headphones connected, disable speaker */
- gpio_set_value(PALMTE_SPEAKER_GPIO, 0);
- printk(KERN_INFO "PM: speaker off\n");
- } else {
- /* Headphones unplugged, re-enable speaker */
- gpio_set_value(PALMTE_SPEAKER_GPIO, 1);
- printk(KERN_INFO "PM: speaker on\n");
- }
-}
-
static void __init palmte_misc_gpio_setup(void)
{
/* Set TSC2102 PINTDAV pin as input (used by TSC2102 driver) */