summaryrefslogtreecommitdiffstats
path: root/arch/ppc/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-09-23 09:40:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-23 16:32:48 +0200
commit0fc7fb6b4f5c992893d7cb33b0aa40c0ea7acc23 (patch)
tree6d0e28248737ab460d60fee0ead07833c32b275d /arch/ppc/lib
parent2024fa56ffa3ebe477b47ad124f35e1c19297b61 (diff)
downloadbarebox-0fc7fb6b4f5c992893d7cb33b0aa40c0ea7acc23.tar.gz
barebox-0fc7fb6b4f5c992893d7cb33b0aa40c0ea7acc23.tar.xz
rename include/mem_malloc.h to include/memory.h
Which is a better name and also better to collect other things. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/lib')
-rw-r--r--arch/ppc/lib/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/lib/board.c b/arch/ppc/lib/board.c
index 7f8118e16f..798c386826 100644
--- a/arch/ppc/lib/board.c
+++ b/arch/ppc/lib/board.c
@@ -26,7 +26,7 @@
#include <watchdog.h>
#include <command.h>
#include <malloc.h>
-#include <mem_malloc.h>
+#include <memory.h>
#include <init.h>
#include <net.h>
#include <reloc.h>