command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / powerpc / lib / bootm.c
index 8aec8c9fd3bd38077e82ff95136f5e4e1a7b862c..59062ca654e27174e6e5af0fcafc2c09e41cd520 100644 (file)
@@ -232,8 +232,8 @@ static int boot_body_linux(bootm_headers_t *images)
        return 0;
 }
 
-noinline
-int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images)
+noinline int do_bootm_linux(int flag, int argc, char *const argv[],
+                           bootm_headers_t *images)
 {
        int     ret;