diff options
Diffstat (limited to 'tests/references.c')
-rw-r--r-- | tests/references.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/references.c b/tests/references.c index e98d450..cbc33f8 100644 --- a/tests/references.c +++ b/tests/references.c @@ -28,7 +28,7 @@ #include "tests.h" #include "testdata.h" -void check_ref(const void *fdt, int node, uint32_t checkref) +static void check_ref(const void *fdt, int node, uint32_t checkref) { const uint32_t *p; uint32_t ref; |