diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-19 10:33:40 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:22 -0700 |
commit | 4952af4357cab6221750e5184017170b3becf42d (patch) | |
tree | 13b2016466e450b1f0cefb97b46bffe61fdee052 /arch/arm/mach-omap2/id.c | |
parent | e27e35ec735fa78c976d30304f852cd2e02c5d1f (diff) | |
download | linux-4952af4357cab6221750e5184017170b3becf42d.tar.bz2 |
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" |