summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2015-07-27 14:59:06 +0800
committerSebastian Reichel <sre@kernel.org>2015-07-27 15:33:30 +0200
commit3309aa494186b0c5364d812ae000955262590655 (patch)
tree54b9e0bad2bb89eef024984033e1ed22ae5196c5
parent6d0a1815e814ee5eaa0cec17913d5e4abae99ef0 (diff)
downloadlinux-3309aa494186b0c5364d812ae000955262590655.tar.bz2
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: Jun Nie <jun.nie@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r--drivers/power/reset/zx-reboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/reset/zx-reboot.c b/drivers/power/reset/zx-reboot.c
index cf4b973dcedf..a5b009673d0e 100644
--- a/drivers/power/reset/zx-reboot.c
+++ b/drivers/power/reset/zx-reboot.c
@@ -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;