Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;