From patchwork Fri Sep 30 12:05:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: arm/imx: rename MX51_MXC_INT_ATA to MX51_INT_ATA Date: Fri, 30 Sep 2011 02:05:55 -0000 From: Shawn Guo X-Patchwork-Id: 117120 Message-Id: <1317384355-24481-1-git-send-email-shawn.guo@linaro.org> To: Sascha Hauer Cc: Shawn Guo , linux-arm-kernel@lists.infradead.org, patches@linaro.org This change is to fix the compile error below. CC arch/arm/plat-mxc/devices/platform-pata_imx.o arch/arm/plat-mxc/devices/platform-pata_imx.c:33:1: error: ‘MX51_INT_ATA’ undeclared here (not in a function) make[3]: *** [arch/arm/plat-mxc/devices/platform-pata_imx.o] Error 1 Signed-off-by: Shawn Guo --- Sascha, This is a compile error seen on your imx-features branch. arch/arm/plat-mxc/include/mach/mx51.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mx51.h b/arch/arm/plat-mxc/include/mach/mx51.h index dede19a..0d4aa9e 100644 --- a/arch/arm/plat-mxc/include/mach/mx51.h +++ b/arch/arm/plat-mxc/include/mach/mx51.h @@ -311,7 +311,7 @@ #define MX51_MXC_INT_SIM_IPB 67 #define MX51_MXC_INT_SIM_DAT 68 #define MX51_MXC_INT_IIM 69 -#define MX51_MXC_INT_ATA 70 +#define MX51_INT_ATA 70 #define MX51_MXC_INT_CCM1 71 #define MX51_MXC_INT_CCM2 72 #define MX51_MXC_INT_GPC1 73