commit | e75c02d35be26fe8f7767012b7c1e7bdffc33f41 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Mar 20 10:10:28 2016 -0400 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 14 11:51:39 2016 -0600 |
tree | 2244154c8e27ac1a064c2913ef9909509dac4426 | |
parent | c2350272403bfc61d82548d975da3e97f1e72958 [diff] |
test/dm/core.c: Make pre-reloc test use pre-reloc struct LLVM 3.5 noted: test/dm/core.c:41:35: warning: unused variable 'test_pdata_pre_reloc' [-Wunused-const-variable] static const struct dm_test_pdata test_pdata_pre_reloc = { And the correct fix here is that the driver_info_pre_reloc test should use the test_pdata_pre_reloc not test_pdata_manual variable Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>