]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Malloc: Fix -Wundef warnings
authorMarek Vasut <marek.vasut@gmail.com>
Thu, 29 Mar 2012 09:28:15 +0000 (09:28 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 9 Aug 2012 20:04:52 +0000 (22:04 +0200)
commit213adf6dffe44d909db0efc5ecbdc047bb029438
tree12a0d5c7609d1c20fb4d5f1c303a9a7cb4c12959
parent47fde91f0cae0cc4ed6a10a52b4a4ff0277dbc45
Malloc: Fix -Wundef warnings

In file included from arch/arm/lib/board.c:43:0:
include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef]
include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined [-Wundef]
include/malloc.h:757:5: warning: "HAVE_MMAP" is not defined [-Wundef]

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
include/malloc.h