From ce96b1f2a5dd2b5eb3f32849f8c33a2e7931b80a Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sat, 3 Oct 2009 12:16:42 -0400 Subject: [PATCH] remove init WAKEUP in board-qi_lb60 file --- .../xburst/patches-2.6.31/510-power-button.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/target/linux/xburst/patches-2.6.31/510-power-button.patch b/target/linux/xburst/patches-2.6.31/510-power-button.patch index 4b4b66943..10d68fd9a 100644 --- a/target/linux/xburst/patches-2.6.31/510-power-button.patch +++ b/target/linux/xburst/patches-2.6.31/510-power-button.patch @@ -10,18 +10,6 @@ index 2c3260f..aa461bd 100644 #define GPIO_AMP_EN JZ_GPIO_PORTD(4) -diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c -index 127fad8..c6ef60c 100644 ---- a/arch/mips/jz4740/board-qi_lb60.c -+++ b/arch/mips/jz4740/board-qi_lb60.c -@@ -97,6 +97,7 @@ static void __init board_gpio_setup(void) - - __gpio_as_input(GPIO_DC_DETE_N); - __gpio_as_input(GPIO_CHARG_STAT_N); -+ __gpio_as_input(GPIO_WAKEUP_N); - } - - void __init jz_board_setup(void) diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c index dc7a832..16a0008 100644 --- a/arch/mips/jz4740/platform.c