diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2010-02-27 20:38:41 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2010-02-27 20:38:41 +0000 |
| commit | b7b62f41399c6bc3ef3f9583dbc35cbd0a28101f (patch) | |
| tree | 4a3082cc96b5344610019e2defaf32a043234c98 /tests/node_check_compatible.c | |
| parent | cb591ed2094735990f9316644c81ffd8534e7228 (diff) | |
Update DTC to git d75b33af676d0beac8398651a7f09037555a550b.vendor/dtc/dtc-d75b33af
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.c | 3 |
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; |
