Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321308
b: refs/heads/master
c: 897f332
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Jul 15, 2012
1 parent 18b8556 commit 27efbd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8ab98484a1b3e072e2b4ac720dcb0690ec4edfa
refs/heads/master: 897f3325a17e17dcdf8f3950a2b83542645902e5
2 changes: 0 additions & 2 deletions trunk/drivers/zorro/zorro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 27efbd4

Please sign in to comment.