tests/pm_rps: Add missing static

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-01-19 22:12:25 +01:00
parent ae57cd7dc7
commit 71f1f9eafd

View File

@ -159,7 +159,7 @@ static int opt_handler(int opt, int opt_index)
}
/* Mod of igt_subtest_init that adds our extra options */
void subtest_init(int argc, char **argv)
static void subtest_init(int argc, char **argv)
{
struct option long_opts[] = {
{"verbose", 0, 0, 'v'}