Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26d02d1d authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman
Browse files

drivers/base/driver.c: remove unused to_dev() macro

parent ac60fc21
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);