aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2015-07-27 02:59:06 -0400
committerSebastian Reichel <sre@kernel.org>2015-07-27 09:33:30 -0400
commit3309aa494186b0c5364d812ae000955262590655 (patch)
tree54b9e0bad2bb89eef024984033e1ed22ae5196c5
parent6d0a1815e814ee5eaa0cec17913d5e4abae99ef0 (diff)
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 @@
18#include <linux/platform_device.h> 18#include <linux/platform_device.h>
19#include <linux/reboot.h> 19#include <linux/reboot.h>
20 20
21#include <asm/proc-fns.h>
22
23static void __iomem *base; 21static void __iomem *base;
24static void __iomem *pcu_base; 22static void __iomem *pcu_base;
25 23