mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
tests/pm_rps: Add missing static
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
ae57cd7dc7
commit
71f1f9eafd
@ -159,7 +159,7 @@ static int opt_handler(int opt, int opt_index)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Mod of igt_subtest_init that adds our extra options */
|
/* 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[] = {
|
struct option long_opts[] = {
|
||||||
{"verbose", 0, 0, 'v'}
|
{"verbose", 0, 0, 'v'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user