commit | aba38af71efcf0839e7153071419d5ec6f1e890a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Apr 18 17:41:02 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:18:50 2014 -0400 |
tree | 22a68364e29daca854fd8b593b7fd0046cc3fac3 | |
parent | a467792c6b793adb3e82c51fe8c3d616df41aba5 [diff] |
fdt_support: add 'const' qualifier for unchanged argument In the next commit, I will add a new function, fdt_pack_reg() which uses get_cells_len(). Beforehand, this commit adds 'const' qualifier to get_cells_len(). Otherwise, a warning message will appear: warning: passing argument 1 of 'get_cells_len' discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>