]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_mem.c
common: move extern char console_buffer[] to common.h
[karo-tx-uboot.git] / common / cmd_mem.c
index 28476d750b0e6f76a87fa8c7a9eb0d823365e682..f7e76d6b680596610b85fb81291888a6e9c81c3d 100644 (file)
@@ -977,7 +977,6 @@ mod_mem(cmd_tbl_t *cmdtp, int incrflag, int flag, int argc, char * const argv[])
 {
        ulong   addr, i;
        int     nbytes, size;
-       extern char console_buffer[];
 
        if (argc != 2)
                return cmd_usage(cmdtp);