Re: [lng-odp] [PATCH] linux-generic: remove forward declarations of cos_t and pmr_t

2015-02-18 Thread Taras Kondratiuk
On 02/17/2015 11:35 PM, Maxim Uvarov wrote: On 02/17/2015 11:28 PM, Bala wrote: Reviewed-by: Bala Manoharan bala.manoha...@linaro.org mailto:bala.manoha...@linaro.org P.S: A similar patch was proposed earlier by Taras also. Yes, somehow everybody skipped review of Tarases patch set. Yes,

[lng-odp] [PATCH] linux-generic: remove forward declarations of cos_t and pmr_t

2015-02-17 Thread Maxim Uvarov
cos_t and pmr_t used only once, use union in that place to make clang happy. https://bugs.linaro.org/show_bug.cgi?id=1023 Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org --- Note: did not test if clang error went away due to on my machine clang -k generates early warnings.

Re: [lng-odp] [PATCH] linux-generic: remove forward declarations of cos_t and pmr_t

2015-02-17 Thread Mike Holmes
On 17 February 2015 at 12:20, Maxim Uvarov maxim.uva...@linaro.org wrote: cos_t and pmr_t used only once, use union in that place to make clang happy. https://bugs.linaro.org/show_bug.cgi?id=1023 Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org Tested-by: Mike Holmes

Re: [lng-odp] [PATCH] linux-generic: remove forward declarations of cos_t and pmr_t

2015-02-17 Thread Maxim Uvarov
On 02/17/2015 11:28 PM, Bala wrote: Reviewed-by: Bala Manoharan bala.manoha...@linaro.org mailto:bala.manoha...@linaro.org P.S: A similar patch was proposed earlier by Taras also. Yes, somehow everybody skipped review of Tarases patch set. In current patch there is small difference, Taras