Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113037
b: refs/heads/master
c: 47a2d72
h: refs/heads/master
i:
  113035: ef1436b
v: v3
  • Loading branch information
David S. Miller committed Aug 29, 2008
1 parent 95143ec commit a86ef0d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 046e26a8ba10b8ceff822f8d91451ab6c1e08c4e
refs/heads/master: 47a2d7288538e7f334a0be318317b138f0e3dfbe
1 change: 0 additions & 1 deletion trunk/arch/sparc/include/asm/of_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/

extern struct bus_type ebus_bus_type;
extern struct bus_type sbus_bus_type;

#define of_bus_type of_platform_bus_type /* for compatibility */

Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/sparc/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ struct bus_type ebus_bus_type;
EXPORT_SYMBOL(ebus_bus_type);
#endif

#ifdef CONFIG_SBUS
struct bus_type sbus_bus_type;
EXPORT_SYMBOL(sbus_bus_type);
#endif

struct bus_type of_platform_bus_type;
EXPORT_SYMBOL(of_platform_bus_type);

Expand Down Expand Up @@ -593,10 +588,6 @@ static int __init of_bus_driver_init(void)
if (!err)
err = of_bus_type_init(&ebus_bus_type, "ebus");
#endif
#ifdef CONFIG_SBUS
if (!err)
err = of_bus_type_init(&sbus_bus_type, "sbus");
#endif

if (!err)
scan_of_devices();
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/sparc64/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ struct bus_type ebus_bus_type;
EXPORT_SYMBOL(ebus_bus_type);
#endif

#ifdef CONFIG_SBUS
struct bus_type sbus_bus_type;
EXPORT_SYMBOL(sbus_bus_type);
#endif

struct bus_type of_platform_bus_type;
EXPORT_SYMBOL(of_platform_bus_type);

Expand Down Expand Up @@ -874,10 +869,6 @@ static int __init of_bus_driver_init(void)
if (!err)
err = of_bus_type_init(&ebus_bus_type, "ebus");
#endif
#ifdef CONFIG_SBUS
if (!err)
err = of_bus_type_init(&sbus_bus_type, "sbus");
#endif

if (!err)
scan_of_devices();
Expand Down

0 comments on commit a86ef0d

Please sign in to comment.