aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-15 15:50:46 -0400
committerTony Lindgren <tony@atomide.com>2012-10-24 16:34:31 -0400
commit3d82cbbb3aadb4f8a30e3f614e51be96574a0855 (patch)
tree6f510bda0fb3c08d959100928ca2fb783c61739a /arch/arm/mach-omap2/serial.c
parentede8df1eaa19f96ee8520077885856eb63acb44b (diff)
ARM: OMAP: Split plat/serial.h for omap1 and omap2+
For omap1, we'll keep mach/serial.h around for 8250.c hardware workarounds. For omap2+, we no longer need mach/serial.h and can make it local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r--arch/arm/mach-omap2/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c
index 12363f313f08..812976eac536 100644
--- a/arch/arm/mach-omap2/serial.c
+++ b/arch/arm/mach-omap2/serial.c
@@ -29,7 +29,6 @@
29 29
30#include <plat/omap-serial.h> 30#include <plat/omap-serial.h>
31#include <plat-omap/dma-omap.h> 31#include <plat-omap/dma-omap.h>
32#include <plat/serial.h>
33 32
34#include "common.h" 33#include "common.h"
35#include "omap_hwmod.h" 34#include "omap_hwmod.h"
@@ -42,6 +41,7 @@
42#include "prm-regbits-34xx.h" 41#include "prm-regbits-34xx.h"
43#include "control.h" 42#include "control.h"
44#include "mux.h" 43#include "mux.h"
44#include "serial.h"
45 45
46/* 46/*
47 * NOTE: By default the serial auto_suspend timeout is disabled as it causes 47 * NOTE: By default the serial auto_suspend timeout is disabled as it causes