[PATCH] power/reset: zx: Remove unnecessary include file
From: Jun Nie <hidden>
Date: 2015-07-27 06:59:23
Subsystem:
system reset/shutdown drivers, the rest · Maintainers:
Sebastian Reichel, Linus Torvalds
From: Jun Nie <hidden>
Date: 2015-07-27 06:59:23
Subsystem:
system reset/shutdown drivers, the rest · Maintainers:
Sebastian Reichel, Linus Torvalds
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 <redacted> --- drivers/power/reset/zx-reboot.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/power/reset/zx-reboot.c b/drivers/power/reset/zx-reboot.c
index e930a44..20703ff 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;
--
1.9.1