summaryrefslogtreecommitdiff
path: root/tests/node_check_compatible.c
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2010-02-27 20:38:41 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2010-02-27 20:38:41 +0000
commitb7b62f41399c6bc3ef3f9583dbc35cbd0a28101f (patch)
tree4a3082cc96b5344610019e2defaf32a043234c98 /tests/node_check_compatible.c
parentcb591ed2094735990f9316644c81ffd8534e7228 (diff)
Obtained from: git://git.jdl.com/software/dtc.git
Notes
svn path=/vendor/dtc/dist/; revision=204433 svn path=/vendor/dtc/dtc-d75b33af/; revision=204434; tag=vendor/dtc/dtc-d75b33af
Diffstat (limited to 'tests/node_check_compatible.c')
-rw-r--r--tests/node_check_compatible.c3
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;