diff options
Diffstat (limited to 'tests/node_check_compatible.c')
| -rw-r--r-- | tests/node_check_compatible.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/node_check_compatible.c b/tests/node_check_compatible.c index 04b6b4083769..23abbf529d9e 100644 --- a/tests/node_check_compatible.c +++ b/tests/node_check_compatible.c @@ -29,7 +29,8 @@ #include "tests.h" #include "testdata.h" -void check_compatible(const void *fdt, const char *path, const char *compat) +static void check_compatible(const void *fdt, const char *path, + const char *compat) { int offset, err; |
