arm64: cpufeature.h: add missing #include of kernel.h
authorWill Deacon <will.deacon@arm.com>
Thu, 30 Apr 2015 17:55:50 +0000 (18:55 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 27 Jul 2015 13:26:34 +0000 (14:26 +0100)
commit144e9697a9e70b5549fd52df90111f1410bcbfeb
tree75bf9f24e712ad440e83be1299a5d18c648002db
parent9511ca19dafbd503fb467d451fe331a6008f08cf
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>
arch/arm64/include/asm/cpufeature.h