diff options
Diffstat (limited to 'tests/path_offset.c')
| -rw-r--r-- | tests/path_offset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path_offset.c b/tests/path_offset.c index 4b014ac194e08..bb092f114cab2 100644 --- a/tests/path_offset.c +++ b/tests/path_offset.c @@ -28,7 +28,7 @@ #include "tests.h" #include "testdata.h" -int check_subnode(void *fdt, int parent, const char *name) +static int check_subnode(void *fdt, int parent, const char *name) { int offset; const struct fdt_node_header *nh; |
