diff options
Diffstat (limited to 'tests/node_offset_by_compatible.c')
| -rw-r--r-- | tests/node_offset_by_compatible.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_offset_by_compatible.c b/tests/node_offset_by_compatible.c index 02e9874bb7be..23179300f012 100644 --- a/tests/node_offset_by_compatible.c +++ b/tests/node_offset_by_compatible.c @@ -29,7 +29,7 @@ #include "tests.h" #include "testdata.h" -void check_search(void *fdt, const char *compat, ...) +static void check_search(void *fdt, const char *compat, ...) { va_list ap; int offset = -1, target; |
