diff mbox

power/reset: zx: Remove unnecessary include file

Message ID 1437980346-1966-1-git-send-email-jun.nie@linaro.org
State Accepted
Commit 3309aa494186b0c5364d812ae000955262590655
Headers show

Commit Message

Jun Nie July 27, 2015, 6:59 a.m. UTC
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>
---
 drivers/power/reset/zx-reboot.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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;