From patchwork Wed Oct 12 12:04:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [TRIVIAL] ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT' Date: Wed, 12 Oct 2011 02:04:22 -0000 From: Paul Bolle X-Patchwork-Id: 119192 Message-Id: <1318421062.2336.4.camel@x61.thuisdomein> To: Jiri Kosina Cc: Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Signed-off-by: Paul Bolle Tested-by: Fabio Estevam --- This is trivial because this is what apparently was intended. On the other hand this should open code paths that were hidden until now. So perhaps this needs the maintainer's approval. (I cannot meaningfully test this.) arch/arm/mach-imx/mach-mx31_3ds.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c index c20be75..5750ca5 100644 --- a/arch/arm/mach-imx/mach-mx31_3ds.c +++ b/arch/arm/mach-imx/mach-mx31_3ds.c @@ -542,7 +542,7 @@ static const struct mxc_nand_platform_data mx31_3ds_nand_board_info __initconst = { .width = 1, .hw_ecc = 1, -#ifdef MACH_MX31_3DS_MXC_NAND_USE_BBT +#ifdef CONFIG_MACH_MX31_3DS_MXC_NAND_USE_BBT .flash_bbt = 1, #endif };