From 153984dc3f06696e475a8444a148673ba7b255f0 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Wed, 12 Oct 2005 15:21:49 -0700 Subject: [PATCH] ARM: OMAP: LEDs: don't setup surfer board GPIO pins on P2 since OMAP730 doesn't handle these. Signed-off-by: Todd Poynor --- arch/arm/mach-omap1/leds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap1/leds.c b/arch/arm/mach-omap1/leds.c index 5c6b1bb6e72..3f9dcac4fd4 100644 --- a/arch/arm/mach-omap1/leds.c +++ b/arch/arm/mach-omap1/leds.c @@ -33,7 +33,6 @@ omap_leds_init(void) if (machine_is_omap_h2() || machine_is_omap_h3() - || machine_is_omap_perseus2() #ifdef CONFIG_OMAP_OSK_MISTRAL || machine_is_omap_osk() #endif -- 2.41.1