[U-Boot] [PATCH 8/9] reset: declare fdtdec_phandle_args as struct to fix warning
Simon Glass
sjg at chromium.org
Thu Oct 13 02:03:38 CEST 2016
On 7 October 2016 at 22:25, Masahiro Yamada
<yamada.masahiro at 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 at socionext.com>
> ---
>
> include/reset-uclass.h | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list