From: Tony Lindgren Date: Thu, 20 Sep 2012 18:41:48 +0000 (-0700) Subject: ARM: OMAP2+: Make hdq1w.h local X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=a0b30ca5c6e3f9b4871a38933fbcf72ad78df513;p=linux-edison.git ARM: OMAP2+: Make hdq1w.h local This can be local to mach-omap2. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/hdq1w.c b/arch/arm/mach-omap2/hdq1w.c index cdd6dda0382..e003f2bba30 100644 --- a/arch/arm/mach-omap2/hdq1w.c +++ b/arch/arm/mach-omap2/hdq1w.c @@ -29,7 +29,7 @@ #include #include -#include +#include "hdq1w.h" #include "common.h" diff --git a/arch/arm/plat-omap/include/plat/hdq1w.h b/arch/arm/mach-omap2/hdq1w.h similarity index 100% rename from arch/arm/plat-omap/include/plat/hdq1w.h rename to arch/arm/mach-omap2/hdq1w.h diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c index bea700e928e..8851bbb6bb2 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include "hdq1w.h" #include "omap_hwmod_common_data.h"