X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_portio.c;h=a06cac01663b914038a4ef90ac83159f84f0d798;hb=bb701283a8dcb2521000fe437f19a83cadc98b02;hp=6a074829e7248e87b89866d89b7ef49e040a5287;hpb=65c450b47a62659d522cfa8f4fa1e4e5c60dccd0;p=u-boot diff --git a/common/cmd_portio.c b/common/cmd_portio.c index 6a074829e7..a06cac0166 100644 --- a/common/cmd_portio.c +++ b/common/cmd_portio.c @@ -30,8 +30,6 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_PORTIO) || defined(CONFIG_CMD_PORTIO) - extern int cmd_get_data_size (char *arg, int default_size); /* Display values from last command. @@ -165,5 +163,3 @@ U_BOOT_CMD( "[.b, .w, .l] port\n" " - read datum from IO port\n" ); - -#endif /* CFG_CMD_PORTIO */