diff options
author | Tony Lindgren <[email protected]> | 2012-12-14 09:09:11 -0800 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2012-12-14 14:50:09 -0800 |
commit | d9ba573718666df2e7e30d671f81bba39d07f91c (patch) | |
tree | 1991e4d9af59b6c96f9ec94f6747982ed12a6626 /arch/arm/mach-omap2/serial.c | |
parent | 30a6998ef4474b18d81d8c459f2cbd9e49ff0736 (diff) |
ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
We need to move this file to allow ARM multiplatform configurations
to build for omap2+. This can now be done as this file now only
contains platform_data.
cc: Russell King <[email protected]>
cc: Alan Cox <[email protected]>
cc: Greg Kroah-Hartman <[email protected]>
cc: Govindraj.R <[email protected]>
cc: Kevin Hilman <[email protected]>
cc: [email protected]
Reviewed-by: Felipe Balbi <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'arch/arm/mach-omap2/serial.c')
-rw-r--r-- | arch/arm/mach-omap2/serial.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index 93d102535c85..04fdbc4c499b 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c @@ -27,8 +27,7 @@ #include <linux/pm_runtime.h> #include <linux/console.h> #include <linux/omap-dma.h> - -#include <plat/omap-serial.h> +#include <linux/platform_data/serial-omap.h> #include "common.h" #include "omap_hwmod.h" |