summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/serial.c
diff options
context:
space:
mode:
authorGovindraj.R <govindraj.raja@ti.com>2010-09-27 14:49:46 (GMT)
committerKevin Hilman <khilman@deeprootsystems.com>2010-09-29 19:42:57 (GMT)
commitc04ede382a64020f19e9aa23a85493a09af945d3 (patch)
treee4cc6e0d3d37589f8c7247f87c6fc928128bd064 /arch/arm/mach-omap2/serial.c
parent6f251e9db1093c187addc309b5f2f7fe3efd2995 (diff)
downloadlinux-fsl-qoriq-c04ede382a64020f19e9aa23a85493a09af945d3.tar.xz
OMAP2: UART: remove set_uart_globals
Remove set_uart_globals function as this will not be needed as physical address for uarts will be taken from hwmod data file. Signed-off-by: Govindraj.R <govindraj.raja@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r--arch/arm/mach-omap2/serial.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
index e6c4027..6ffbc92 100644
--- a/arch/arm/mach-omap2/serial.c
+++ b/arch/arm/mach-omap2/serial.c
@@ -104,11 +104,6 @@ struct omap_uart_state {
static LIST_HEAD(uart_list);
static u8 num_uarts;
-
-void __init omap2_set_globals_uart(struct omap_globals *omap2_globals)
-{
-}
-
static struct omap_device_pm_latency omap_uart_latency[] = {
{
.deactivate_func = omap_device_idle_hwmods,