Remove unneeded #include <malloc.h>
[platform/kernel/u-boot.git] / common / env_dataflash.c
index 8bfbbc9..8834da0 100644 (file)
@@ -24,7 +24,6 @@
 #include <command.h>
 #include <environment.h>
 #include <linux/stddef.h>
-#include <malloc.h>
 #include <dataflash.h>
 
 env_t *env_ptr = NULL;