]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/driver.c
drivers/base/driver.c: remove unused to_dev() macro
[linux-2.6-omap-h63xx.git] / drivers / base / driver.c
index 2ef5acf4368b9e8deef4440d865a87cef8d0b0a6..1e2bda780e48268eb38b834f7078644689b5dc7b 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);