diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-19 19:33:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:02:22 +0200 |
commit | 4952af4357cab6221750e5184017170b3becf42d (patch) | |
tree | 13b2016466e450b1f0cefb97b46bffe61fdee052 /arch/arm/mach-omap2/id.c | |
parent | ARM: OMAP1: Move board-ams-delta.h from plat to mach (diff) | |
download | linux-4952af4357cab6221750e5184017170b3becf42d.tar.xz linux-4952af4357cab6221750e5184017170b3becf42d.zip |
ARM: OMAP2+: Make id.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/id.c')
-rw-r--r-- | arch/arm/mach-omap2/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 6b98a178fbe0..cf2362ccb234 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -23,7 +23,7 @@ #include "common.h" -#include <mach/id.h> +#include "id.h" #include "soc.h" #include "control.h" |