command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / examples / standalone / smc911x_eeprom.c
index 8acfcb9a0b0675426bc2304b7bd0be9d3fe46f44..9bd9a6efa30c55518bca310eff6ed8f6f30036df 100644 (file)
@@ -466,7 +466,7 @@ static char *getline(void)
 /**
  *     smc911x_eeprom - our application's main() function
  */
-int smc911x_eeprom(int argc, char * const argv[])
+int smc911x_eeprom(int argc, char *const argv[])
 {
        /* Avoid initializing on stack as gcc likes to call memset() */
        struct eth_device dev;