Am Montag, den 23.12.2013, 17:12 -0800 schrieb Stephen Boyd:
> If a user of doesn't include
> before including reset-controller.h they'll get a
> warning as follows:
>
> include/linux/reset-controller.h:44:17:
> warning: 'struct of_phandle_args' declared inside parameter list
>
> This is be
If a user of doesn't include
before including reset-controller.h they'll get a
warning as follows:
include/linux/reset-controller.h:44:17:
warning: 'struct of_phandle_args' declared inside parameter list
This is because of_phandle_args is not forward declared. Add the
declaration to silence
2 matches
Mail list logo