From: Paul Bolle <[pebolle@tiscali.nl]> Date: Wed, 3 Apr 2013 23:46:12 +0000 (+0900) Subject: ARM: S3C64XX: remove obsolete Makefile line X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~70^2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7966b886f1862df796be28a48c9484636e2a3f;p=pandora-kernel.git ARM: S3C64XX: remove obsolete Makefile line Commit a07613a54d70 ("Merge branch 'samsung/dt' into samsung/cleanup") added this line to arch/arm/mach-s3c64xx/Makefile: obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro anymore and arch/arm/mach-s3c64xx/dev-spi.c was already removed. So we can remove this line. Signed-off-by: Paul Bolle Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed