diff options
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r-- | arch/arm/mach-omap2/serial.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index a507cd6cf4f1..aa30a3c20883 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c | |||
@@ -28,19 +28,20 @@ | |||
28 | #include <linux/console.h> | 28 | #include <linux/console.h> |
29 | 29 | ||
30 | #include <plat/omap-serial.h> | 30 | #include <plat/omap-serial.h> |
31 | #include "common.h" | 31 | #include <plat-omap/dma-omap.h> |
32 | #include <plat/dma.h> | ||
33 | #include <plat/omap_hwmod.h> | ||
34 | #include <plat/omap_device.h> | ||
35 | #include <plat/omap-pm.h> | ||
36 | #include <plat/serial.h> | ||
37 | 32 | ||
33 | #include "common.h" | ||
34 | #include "omap_hwmod.h" | ||
35 | #include "omap_device.h" | ||
36 | #include "omap-pm.h" | ||
37 | #include "soc.h" | ||
38 | #include "prm2xxx_3xxx.h" | 38 | #include "prm2xxx_3xxx.h" |
39 | #include "pm.h" | 39 | #include "pm.h" |
40 | #include "cm2xxx_3xxx.h" | 40 | #include "cm2xxx_3xxx.h" |
41 | #include "prm-regbits-34xx.h" | 41 | #include "prm-regbits-34xx.h" |
42 | #include "control.h" | 42 | #include "control.h" |
43 | #include "mux.h" | 43 | #include "mux.h" |
44 | #include "serial.h" | ||
44 | 45 | ||
45 | /* | 46 | /* |
46 | * 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 |