Re: [PATCH 1/2] arm64: cpufeature.h: resolve hidden header dependencies

2015-09-01 Thread Mark Rutland
On Tue, Sep 01, 2015 at 03:41:11PM +0100, Yury Norov wrote: > Functions implemented in cpufeature.h depend on some headers, but > cpufeature.h does not include them. This may cause build failure if > cpufeature.h user does not include that headers by itself. (Like it > happens in next patch of

[PATCH 1/2] arm64: cpufeature.h: resolve hidden header dependencies

2015-09-01 Thread Yury Norov
Functions implemented in cpufeature.h depend on some headers, but cpufeature.h does not include them. This may cause build failure if cpufeature.h user does not include that headers by itself. (Like it happens in next patch of this series.) Signed-off-by: Yury Norov ---

[PATCH 1/2] arm64: cpufeature.h: resolve hidden header dependencies

2015-09-01 Thread Yury Norov
Functions implemented in cpufeature.h depend on some headers, but cpufeature.h does not include them. This may cause build failure if cpufeature.h user does not include that headers by itself. (Like it happens in next patch of this series.) Signed-off-by: Yury Norov

Re: [PATCH 1/2] arm64: cpufeature.h: resolve hidden header dependencies

2015-09-01 Thread Mark Rutland
On Tue, Sep 01, 2015 at 03:41:11PM +0100, Yury Norov wrote: > Functions implemented in cpufeature.h depend on some headers, but > cpufeature.h does not include them. This may cause build failure if > cpufeature.h user does not include that headers by itself. (Like it > happens in next patch of