[ARM] add_memory() build fix
authorAndrew Morton <akpm@osdl.org>
Thu, 20 Apr 2006 20:41:18 +0000 (21:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 20 Apr 2006 20:41:18 +0000 (21:41 +0100)
This is back again.  Offending patch is x86_64-mm-hotadd-reserve.patch

arch/arm/kernel/setup.c:435: error: conflicting types for 'add_memory'
include/linux/memory_hotplug.h:102: error: previous declaration of 'add_memory' was here
arch/arm/kernel/setup.c:435: error: conflicting types for 'add_memory'
include/linux/memory_hotplug.h:102: error: previous declaration of 'add_memory' was here

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found