
13 Oct
2016
13 Oct
'16
2:03 a.m.
On 7 October 2016 at 22:25, Masahiro Yamada yamada.masahiro@socionext.com wrote:
The of_xlate() callback needs to know fdtdec_phandle_args is struct.
Otherwise, the following warning is displayed.
include/reset-uclass.h:40:11: warning: 'struct fdtdec_phandle_args' declared inside parameter list struct fdtdec_phandle_args *args); ^ include/reset-uclass.h:40:11: warning: its scope is only this definition or declaration, which is probably not what you want
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
include/reset-uclass.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org