]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
power/reset: zx: Remove unnecessary include file
authorJun Nie <jun.nie@linaro.org>
Mon, 27 Jul 2015 06:59:06 +0000 (14:59 +0800)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jul 2015 13:33:30 +0000 (15:33 +0200)
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>
drivers/power/reset/zx-reboot.c

index cf4b973dcedf9a7de391efafd8a96aca28110498..a5b009673d0ee98be2716960f16bcbcda1de8c17 100644 (file)
@@ -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;