Remove unneeded #include <malloc.h>
[platform/kernel/u-boot.git] / common / env_eeprom.c
index 300af6f..50c623e 100644 (file)
@@ -31,7 +31,6 @@
 #include <command.h>
 #include <environment.h>
 #include <linux/stddef.h>
-#include <malloc.h>
 
 env_t *env_ptr = NULL;