linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power/reset: zx: Remove unnecessary include file
@ 2015-07-27  6:59 Jun Nie
  2015-07-27 13:34 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Jun Nie @ 2015-07-27  6:59 UTC (permalink / raw)
  To: sre, sfr; +Cc: linux-pm, Jun Nie

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 --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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-27 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27  6:59 [PATCH] power/reset: zx: Remove unnecessary include file Jun Nie
2015-07-27 13:34 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).