diff options
author | Tony Lindgren <tony@atomide.com> | 2009-11-11 03:10:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-11 03:10:34 +0100 |
commit | 774facda20d2f8f0f61fa312d8028dad18ac5ee4 (patch) | |
tree | a9068b769fa5956beaabc2445ebe1d575585d7d3 /arch/arm/mach-omap2/prcm.c | |
parent | Linux 2.6.32-rc6 (diff) | |
parent | omap: headers: Move remaining headers from include/mach to include/plat (diff) | |
download | linux-774facda20d2f8f0f61fa312d8028dad18ac5ee4.tar.xz linux-774facda20d2f8f0f61fa312d8028dad18ac5ee4.zip |
Merge branch '7xx-iosplit-plat' with omap-fixes
Diffstat (limited to 'arch/arm/mach-omap2/prcm.c')
-rw-r--r-- | arch/arm/mach-omap2/prcm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-omap2/prcm.c index ced555a4cd1a..b0d3ad05be2e 100644 --- a/arch/arm/mach-omap2/prcm.c +++ b/arch/arm/mach-omap2/prcm.c @@ -19,8 +19,8 @@ #include <linux/io.h> #include <linux/delay.h> -#include <mach/common.h> -#include <mach/prcm.h> +#include <plat/common.h> +#include <plat/prcm.h> #include "clock.h" #include "prm.h" |