Loading arch/sparc/kernel/of_device.c +2 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ struct bus_type ebus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(ebus_bus_type); #endif #ifdef CONFIG_SBUS Loading @@ -149,6 +150,7 @@ struct bus_type sbus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(sbus_bus_type); #endif static int __init of_bus_driver_init(void) Loading arch/sparc64/kernel/of_device.c +3 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ struct bus_type isa_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(isa_bus_type); struct bus_type ebus_bus_type = { .name = "ebus", Loading @@ -147,6 +148,7 @@ struct bus_type ebus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(ebus_bus_type); #endif #ifdef CONFIG_SBUS Loading @@ -158,6 +160,7 @@ struct bus_type sbus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(sbus_bus_type); #endif static int __init of_bus_driver_init(void) Loading Loading
arch/sparc/kernel/of_device.c +2 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ struct bus_type ebus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(ebus_bus_type); #endif #ifdef CONFIG_SBUS Loading @@ -149,6 +150,7 @@ struct bus_type sbus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(sbus_bus_type); #endif static int __init of_bus_driver_init(void) Loading
arch/sparc64/kernel/of_device.c +3 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ struct bus_type isa_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(isa_bus_type); struct bus_type ebus_bus_type = { .name = "ebus", Loading @@ -147,6 +148,7 @@ struct bus_type ebus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(ebus_bus_type); #endif #ifdef CONFIG_SBUS Loading @@ -158,6 +160,7 @@ struct bus_type sbus_bus_type = { .suspend = of_device_suspend, .resume = of_device_resume, }; EXPORT_SYMBOL(sbus_bus_type); #endif static int __init of_bus_driver_init(void) Loading