sparc: drop CONFIG_SUN_AUXIO
It is always equals y so no need to test for it Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c2e27c359a
commit
757498c63e
@@ -168,11 +168,9 @@ void machine_restart(char * cmd)
|
||||
|
||||
void machine_power_off(void)
|
||||
{
|
||||
#ifdef CONFIG_SUN_AUXIO
|
||||
if (auxio_power_register &&
|
||||
(strcmp(of_console_device->type, "serial") || scons_pwroff))
|
||||
*auxio_power_register |= AUXIO_POWER_OFF;
|
||||
#endif
|
||||
machine_halt();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user