diff options
Diffstat (limited to 'common/env_dataflash.c')
-rw-r--r-- | common/env_dataflash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/env_dataflash.c b/common/env_dataflash.c index 8bfbbc9..8834da0 100644 --- a/common/env_dataflash.c +++ b/common/env_dataflash.c @@ -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; |