From: Nicolas Pitre Date: Wed, 6 Jul 2011 02:52:53 +0000 (-0400) Subject: ARM: mach-s3c2410: remove memory.h X-Git-Tag: v3.2-rc1~40^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5da2df272d5aaceb17addae8afc068b447aa51;p=pandora-kernel.git ARM: mach-s3c2410: remove memory.h This also removes the mach/s3c2400 version which was probably never used due to the fact that we have this line in arch/arm/Makefile: machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 [...] This is later used to construct the search path for: The compiler would be looking into mach-s3c2410 and picking up this version first. Any config that was actually expecting the mach-s3c2400 version was therefore producing a broken kernel binary. Not relying on any of them anymore would fix that issue. Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed