aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-07-30 12:29:20 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-08-21 10:15:35 -0700
commit26d02d1db7d84729b1e49789341e69a493c60ceb (patch)
tree12a860098bac045c7e6e2cd857191c01a304731e /drivers
parentDocumentation: HOWTO-ja_JP-sync patch (diff)
downloadlinux-dev-26d02d1db7d84729b1e49789341e69a493c60ceb.tar.xz
linux-dev-26d02d1db7d84729b1e49789341e69a493c60ceb.zip
drivers/base/driver.c: remove unused to_dev() macro
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index 2ef5acf4368b..1e2bda780e48 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -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);