Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 6872/1: arch:common:Makefile Remove unused config in the Makefile.

The patch below removes an unused config variable found by using a kernel
cleanup script.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Justin P. Mattock and committed by
Russell King
aec99590 c98c0977

-1
-1
arch/arm/common/Makefile
··· 16 16 obj-$(CONFIG_ARCH_IXP2000) += uengine.o 17 17 obj-$(CONFIG_ARCH_IXP23XX) += uengine.o 18 18 obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o 19 - obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o 20 19 obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o