Commit 897f3325a17e17dcdf8f3950a2b83542645902e5

Authored by Geert Uytterhoeven
1 parent a8ab98484a

zorro: Remove unused zorro_bus.devices

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/zorro/zorro.c
... ... @@ -37,7 +37,6 @@
37 37 */
38 38  
39 39 struct zorro_bus {
40   - struct list_head devices; /* list of devices on this bus */
41 40 struct device dev;
42 41 };
43 42  
... ... @@ -136,7 +135,6 @@
136 135 if (!bus)
137 136 return -ENOMEM;
138 137  
139   - INIT_LIST_HEAD(&bus->devices);
140 138 bus->dev.parent = &pdev->dev;
141 139 dev_set_name(&bus->dev, "zorro");
142 140 error = device_register(&bus->dev);