Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f09a417a authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Olof Johansson
Browse files

ARM: clps711x: autcpu12: Remove incorrect config checking



This patch removes incorrect config symbols checking since these
symbols not contain "CONFIG_" prefix. Anyway, checking is unneeded
here and this patch remove it completely.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent a0d3a2d9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -259,12 +259,8 @@ static void __init autcpu12_init(void)
static void __init autcpu12_init_late(void)
{
	gpio_request_array(autcpu12_gpios, ARRAY_SIZE(autcpu12_gpios));

	if (IS_ENABLED(MTD_NAND_GPIO) && IS_ENABLED(GPIO_GENERIC_PLATFORM)) {
		/* We are need both drivers to handle NAND */
	platform_device_register(&autcpu12_nand_pdev);
}
}

MACHINE_START(AUTCPU12, "autronix autcpu12")
	/* Maintainer: Thomas Gleixner */