commit | cd37de727230c183b75f539c272c586573d9c930 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Tue Nov 08 01:09:44 2011 -0800 |
committer | Gerald Van Baren <gvb@unssw.com> | Sun Nov 13 11:21:34 2011 -0500 |
tree | 0a95d20ef73d8d91742e43b2d0c7cfb7b189bd5f | |
parent | 9df8b4c2073c055f7268e372650280183fe4d462 [diff] |
Fix constness of the fdt void pointer in fdt_getprop_u32_default The function fdt_getprop_u32_default doesn't modify the fdt, so it can use a const void * for its fdt argument. Signed-off-by: Gabe Black <gabeblack@chromium.org>