X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcmd_portio.c;h=c88fcd5e451b415ff652378ccdb256c726d4ce88;hb=f09f09d3899017aaaa2b031bba63c271e9c48e4d;hp=bfe33e3a8cbd5f0166dcf4bf29fc4fcd568695b9;hpb=3b3bff4cbf2cb14f9a3e7d03f26ebab900efe4ae;p=u-boot diff --git a/common/cmd_portio.c b/common/cmd_portio.c index bfe33e3a8c..c88fcd5e45 100644 --- a/common/cmd_portio.c +++ b/common/cmd_portio.c @@ -30,10 +30,6 @@ #include #include -#if defined(CONFIG_CMD_PORTIO) - -extern int cmd_get_data_size (char *arg, int default_size); - /* Display values from last command. * Memory modify remembered values are different from display memory. */ @@ -165,5 +161,3 @@ U_BOOT_CMD( "[.b, .w, .l] port\n" " - read datum from IO port\n" ); - -#endif