Re: [PATCH v4 01/15] reset: Silence warning in reset-controller.h

2014-01-06 Thread Philipp Zabel
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

[PATCH v4 01/15] reset: Silence warning in reset-controller.h

2013-12-23 Thread 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 because of_phandle_args is not forward declared. Add the declaration to silence