Explorar o código

power/reset: restart-poweroff: Remove arm dependencies

This driver is now arm specific anymore, so there is no need to include
an arm specific include file. Also drop unnecessary depencency on ARM
from Kconfig.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Guenter Roeck %!s(int64=10) %!d(string=hai) anos
pai
achega
7bae8f0481
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  1. 0 1
      drivers/power/reset/Kconfig
  2. 0 1
      drivers/power/reset/restart-poweroff.c

+ 0 - 1
drivers/power/reset/Kconfig

@@ -103,7 +103,6 @@ config POWER_RESET_QNAP
 
 config POWER_RESET_RESTART
 	bool "Restart power-off driver"
-	depends on ARM
 	help
 	  Some boards don't actually have the ability to power off.
 	  Instead they restart, and u-boot holds the SoC until the

+ 0 - 1
drivers/power/reset/restart-poweroff.c

@@ -16,7 +16,6 @@
 #include <linux/of_platform.h>
 #include <linux/module.h>
 #include <linux/reboot.h>
-#include <asm/system_misc.h>
 
 static void restart_poweroff_do_poweroff(void)
 {