summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkevin shen <b00984@freescale.com>2008-04-18 14:34:39 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:21:03 -0400
commit84a73e9fbb97a4fd25410fb9ea04cee3515a79b1 (patch)
tree2bbf8140de092360c94bc07bd5d0836433172c45
parent802d6b2812b9ad12c587075fb983960ad47a84b7 (diff)
ENGR00073348 CR fix mxc30030evb compile error
Add empty function for on-off key configure Signed-off-by: Kevin Shen <b00984@freescale.com>
-rw-r--r--arch/arm/mach-mxc91321/mxc30030evb_gpio.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-mxc91321/mxc30030evb_gpio.c b/arch/arm/mach-mxc91321/mxc30030evb_gpio.c
index d1d10a0ef2c7..8c7197ec33e3 100644
--- a/arch/arm/mach-mxc91321/mxc30030evb_gpio.c
+++ b/arch/arm/mach-mxc91321/mxc30030evb_gpio.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright 2004-2008 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -176,6 +176,11 @@ void gpio_uart_inactive(int port, int no_irda)
__raw_writew(pbc_bctrl1_clr, PBC_BASE_ADDRESS + PBC_BCTRL1_CLEAR);
}
+void gpio_on_off_button_active(void)
+{
+}
+EXPORT_SYMBOL(gpio_on_off_button_active);
+
/*!
* Configure the IOMUX GPR register to receive shared SDMA UART events
*