commit | 144e9697a9e70b5549fd52df90111f1410bcbfeb | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Apr 30 18:55:50 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jul 27 14:26:34 2015 +0100 |
tree | 75bf9f24e712ad440e83be1299a5d18c648002db | |
parent | 9511ca19dafbd503fb467d451fe331a6008f08cf [diff] |
arm64: cpufeature.h: add missing #include of kernel.h cpufeature.h makes use of DECLARE_BITMAP, which in turn relies on the BITS_TO_LONGS and DIV_ROUND_UP macros. This patch includes kernel.h in cpufeature.h to prevent all users having to do the same thing. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>