diff options
Diffstat (limited to 'tests/node_offset_by_phandle.c')
| -rw-r--r-- | tests/node_offset_by_phandle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/node_offset_by_phandle.c b/tests/node_offset_by_phandle.c index e9fd9392d806..a8442f15a6b0 100644 --- a/tests/node_offset_by_phandle.c +++ b/tests/node_offset_by_phandle.c @@ -29,7 +29,7 @@ #include "tests.h" #include "testdata.h" -void check_search(void *fdt, uint32_t phandle, int target) +static void check_search(void *fdt, uint32_t phandle, int target) { int offset; |
