diff options
Diffstat (limited to 'tests/get_phandle.c')
-rw-r--r-- | tests/get_phandle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_phandle.c b/tests/get_phandle.c index f7650b85b0f2..5735733fadbf 100644 --- a/tests/get_phandle.c +++ b/tests/get_phandle.c @@ -28,7 +28,7 @@ #include "tests.h" #include "testdata.h" -void check_phandle(void *fdt, const char *path, uint32_t checkhandle) +static void check_phandle(void *fdt, const char *path, uint32_t checkhandle) { int offset; uint32_t phandle; |