On 7 October 2016 at 22:25, Masahiro Yamada
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_
If nobody is opposed, I want to include this patch in my series.
Without this, my reset controller driver would spit a warning.
2016-10-08 13:25 GMT+09:00 Masahiro Yamada :
> The of_xlate() callback needs to know fdtdec_phandle_args is struct.
>
> Otherwise, the following warning is displayed.
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:
3 matches
Mail list logo