Explorar o código

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>
Jun Nie %!s(int64=10) %!d(string=hai) anos
pai
achega
3309aa4941
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      drivers/power/reset/zx-reboot.c

+ 0 - 2
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;