diff options
| author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 17:02:27 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 17:02:27 +0200 |
| commit | 31466294b0c4ff372288229b0997de51f8ecaf3f (patch) | |
| tree | d8a70736615e7e0ee37a3fbc0a8a06b4dcc6b00e /common/env_nand.c | |
| parent | b66eb5282d568225abad5b3b61cc0968be35fc0d (diff) | |
| download | olio-uboot-2014.01-31466294b0c4ff372288229b0997de51f8ecaf3f.tar.xz olio-uboot-2014.01-31466294b0c4ff372288229b0997de51f8ecaf3f.zip | |
Remove unneeded #include <malloc.h>
Patch by Ladislav Michl, 22 Feb 2005
Diffstat (limited to 'common/env_nand.c')
| -rw-r--r-- | common/env_nand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/env_nand.c b/common/env_nand.c index 516aed732..60aba1e7e 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -36,7 +36,6 @@ #include <command.h> #include <environment.h> #include <linux/stddef.h> -#include <malloc.h> #include <linux/mtd/nand.h> #if ((CONFIG_COMMANDS&(CFG_CMD_ENV|CFG_CMD_NAND)) == (CFG_CMD_ENV|CFG_CMD_NAND)) |