From 27efbd48e26604d4c931509e215bf26769fc554f Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 27 Jun 2012 10:57:38 +0200 Subject: [PATCH] --- yaml --- r: 321308 b: refs/heads/master c: 897f3325a17e17dcdf8f3950a2b83542645902e5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/zorro/zorro.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 991e6451ee12..bceaf3f967c9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8ab98484a1b3e072e2b4ac720dcb0690ec4edfa +refs/heads/master: 897f3325a17e17dcdf8f3950a2b83542645902e5 diff --git a/trunk/drivers/zorro/zorro.c b/trunk/drivers/zorro/zorro.c index 181fa8158a8b..858c9714b2f3 100644 --- a/trunk/drivers/zorro/zorro.c +++ b/trunk/drivers/zorro/zorro.c @@ -37,7 +37,6 @@ struct zorro_dev zorro_autocon[ZORRO_NUM_AUTO]; */ struct zorro_bus { - struct list_head devices; /* list of devices on this bus */ struct device dev; }; @@ -136,7 +135,6 @@ static int __init amiga_zorro_probe(struct platform_device *pdev) if (!bus) return -ENOMEM; - INIT_LIST_HEAD(&bus->devices); bus->dev.parent = &pdev->dev; dev_set_name(&bus->dev, "zorro"); error = device_register(&bus->dev);