[PATCH 1/4] bus: remove dead code
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Feb 9 22:31:57 EST 2011
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
lib/bus.c | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/lib/bus.c b/lib/bus.c
index e0dd9ea..c34982e 100644
--- a/lib/bus.c
+++ b/lib/bus.c
@@ -43,16 +43,3 @@ struct bus_type platform_bus = {
.probe = platform_probe,
.remove = platform_remove,
};
-
-#if 0
-LIST_HEAD(bus_list);
-EXPORT_SYMBOL(bus_list);
-
-int bus_register(struct bus_type *bus)
-{
- list_add_tail(&bus->list, &bus_list);
-
- return 0;
-}
-#endif
-
--
1.7.2.3
More information about the barebox
mailing list