提交 f381a26c 编写于 作者: W Wasim Khan 提交者: Tom Rini

arch: arm: Fix SZ_64K undeclared compilation error

Macro SZ_64K is undeclared. Include sizes.h to fix the compilation
error.
Signed-off-by: NWasim Khan <wasim.khan@nxp.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 a3ca99c2
......@@ -6,6 +6,7 @@
#include <asm/gic.h>
#include <asm/gic-v3.h>
#include <asm/io.h>
#include <linux/sizes.h>
static u32 lpi_id_bits;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册