diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-04 16:26:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 16:26:31 -0500 |
commit | 757498c63ed70ec8961aa432173247f4373ef0c3 (patch) | |
tree | 7cb78ee704b26219bdb594ad0d15803a5b15e3a3 /arch/sparc/prom | |
parent | c2e27c359ab76fecbbd292dbfc0bcfa8399afdd9 (diff) |
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>
Diffstat (limited to 'arch/sparc/prom')
-rw-r--r-- | arch/sparc/prom/misc_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/prom/misc_32.c b/arch/sparc/prom/misc_32.c index 49b5057b9601..cf6c3f6d36c3 100644 --- a/arch/sparc/prom/misc_32.c +++ b/arch/sparc/prom/misc_32.c | |||
@@ -61,9 +61,7 @@ prom_cmdline(void) | |||
61 | restore_current(); | 61 | restore_current(); |
62 | install_linux_ticker(); | 62 | install_linux_ticker(); |
63 | spin_unlock_irqrestore(&prom_lock, flags); | 63 | spin_unlock_irqrestore(&prom_lock, flags); |
64 | #ifdef CONFIG_SUN_AUXIO | ||
65 | set_auxio(AUXIO_LED, 0); | 64 | set_auxio(AUXIO_LED, 0); |
66 | #endif | ||
67 | } | 65 | } |
68 | 66 | ||
69 | /* Drop into the prom, but completely terminate the program. | 67 | /* Drop into the prom, but completely terminate the program. |