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
@@ -133,14 +133,12 @@ void __init device_scan(void)
|
||||
#endif /* !CONFIG_SMP */
|
||||
|
||||
cpu_probe();
|
||||
#ifdef CONFIG_SUN_AUXIO
|
||||
{
|
||||
extern void auxio_probe(void);
|
||||
extern void auxio_power_probe(void);
|
||||
auxio_probe();
|
||||
auxio_power_probe();
|
||||
}
|
||||
#endif
|
||||
clock_stop_probe();
|
||||
|
||||
if (ARCH_SUN4C)
|
||||
|
Reference in New Issue
Block a user