Commit 3309aa49 authored by Jun Nie's avatar Jun Nie Committed by Sebastian Reichel

power/reset: zx: Remove unnecessary include file

Including ARM related header file cause build failure
in i386 build because COMILE_TEST also involve building
zx driver. Remove the unnecessary include file.
Signed-off-by: default avatarJun Nie <jun.nie@linaro.org>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 6d0a1815
......@@ -18,8 +18,6 @@
#include <linux/platform_device.h>
#include <linux/reboot.h>
#include <asm/proc-fns.h>
static void __iomem *base;
static void __iomem *pcu_base;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment