X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Ftime_ut.c;h=80b82dbfd8331af9b7fd35edaa5cf8a437eb5c2f;hb=b92b8f48fb47c48b3f9df91ea1009b5789d55e19;hp=8ca9fcb6aae39435407b5f2464513f37c4e0e32e;hpb=c812f722f8bdf2785cfebf4fd272afe2117d6469;p=platform%2Fkernel%2Fu-boot.git diff --git a/test/time_ut.c b/test/time_ut.c index 8ca9fcb..80b82db 100644 --- a/test/time_ut.c +++ b/test/time_ut.c @@ -1,12 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2015 Google, Inc * Written by Simon Glass - * SPDX-License-Identifier: GPL-2.0+ */ #include #include #include +#include +#include static int test_get_timer(void) { @@ -116,7 +118,7 @@ static int test_udelay(void) return 0; } -int do_ut_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +int do_ut_time(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { int ret = 0;