From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH 12/29] ARM: OMAP2+: Make ctrl_module_pad_core_44xx.h local Date: Wed, 19 Sep 2012 14:06:05 -0700 Message-ID: <20120919210605.28074.82728.stgit@muffinssi> References: <20120919205732.28074.43697.stgit@muffinssi> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:43250 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752076Ab2ISVGH (ORCPT ); Wed, 19 Sep 2012 17:06:07 -0400 In-Reply-To: <20120919205732.28074.43697.stgit@muffinssi> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: linux-omap@vger.kernel.org This can be local to mach-omap2. Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/control.h | 2 +- arch/arm/mach-omap2/ctrl_module_pad_core_44xx.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/mach-omap2/{include/mach/ctrl_module_pad_core_44xx.h => ctrl_module_pad_core_44xx.h} (100%) diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h index 2d25478..b36123a 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h @@ -18,7 +18,7 @@ #include "ctrl_module_core_44xx.h" #include -#include +#include "ctrl_module_pad_core_44xx.h" #include #include "am33xx.h" diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h b/arch/arm/mach-omap2/ctrl_module_pad_core_44xx.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h rename to arch/arm/mach-omap2/ctrl_module_pad_core_44xx.h