commit | 4952af4357cab6221750e5184017170b3becf42d | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Wed Sep 19 10:33:40 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 20 15:02:22 2012 -0700 |
tree | 13b2016466e450b1f0cefb97b46bffe61fdee052 | |
parent | e27e35ec735fa78c976d30304f852cd2e02c5d1f [diff] |
ARM: OMAP2+: Make id.h local This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index fcd4ed0..7bb8056 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -32,7 +32,7 @@ #include <linux/regulator/machine.h> #include <linux/i2c/twl.h> -#include <mach/id.h> +#include "id.h" #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/map.h>
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 6b98a17..cf2362c 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"
diff --git a/arch/arm/mach-omap2/include/mach/id.h b/arch/arm/mach-omap2/id.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/id.h rename to arch/arm/mach-omap2/id.h