projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae57cd7
)
tests/pm_rps: Add missing static
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sun, 19 Jan 2014 21:12:25 +0000
(22:12 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sun, 19 Jan 2014 21:12:25 +0000
(22:12 +0100)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/pm_rps.c
patch
|
blob
|
history
diff --git
a/tests/pm_rps.c
b/tests/pm_rps.c
index
192dca7
..
f7f119c
100644
(file)
--- a/
tests/pm_rps.c
+++ b/
tests/pm_rps.c
@@
-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'}