drivers/base/driver.c: remove unused to_dev() macro
[pandora-kernel.git] / drivers / base / driver.c
index 2ef5acf..1e2bda7 100644 (file)
@@ -16,9 +16,6 @@
 #include <linux/string.h>
 #include "base.h"
 
-#define to_dev(node) container_of(node, struct device, driver_list)
-
-
 static struct device *next_device(struct klist_iter *i)
 {
        struct klist_node *n = klist_next(i);