Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107499
b: refs/heads/master
c: 71fc324
h: refs/heads/master
i:
  107497: f432494
  107495: 46633f6
v: v3
  • Loading branch information
David S. Miller committed Jul 30, 2008
1 parent 76a097c commit 2719f04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 17b6f586b8e27914b36c9ed7f3e4d289e6274a80
refs/heads/master: 71fc324b5beded4d55dc67fd39aab8b78c6898cb
1 change: 0 additions & 1 deletion trunk/arch/sparc/include/asm/of_platform_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
/* This is just here during the transition */
#include <linux/of_platform.h>

extern struct bus_type isa_bus_type;
extern struct bus_type ebus_bus_type;
extern struct bus_type sbus_bus_type;

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sparc64/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ struct of_device *of_find_device_by_node(struct device_node *dp)
EXPORT_SYMBOL(of_find_device_by_node);

#ifdef CONFIG_PCI
struct bus_type isa_bus_type;
EXPORT_SYMBOL(isa_bus_type);

struct bus_type ebus_bus_type;
EXPORT_SYMBOL(ebus_bus_type);
#endif
Expand Down Expand Up @@ -841,8 +838,6 @@ static int __init of_bus_driver_init(void)

err = of_bus_type_init(&of_platform_bus_type, "of");
#ifdef CONFIG_PCI
if (!err)
err = of_bus_type_init(&isa_bus_type, "isa");
if (!err)
err = of_bus_type_init(&ebus_bus_type, "ebus");
#endif
Expand Down

0 comments on commit 2719f04

Please sign in to comment.