diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-03-02 19:07:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-02 19:07:59 -0800 |
| commit | 460070ce93022dfa4a5f7f7790b6bc5669938781 (patch) | |
| tree | 5c532fc6f6d93ff35f179cb9a5b5b5968ec15213 /include/linux | |
| parent | 50f734efbce723e055aeef7faf6f08946fb46624 (diff) | |
[PATCH] parport: list cleanups
parport driver list turned into list.h one; parport/share.c code that
works with that list got cleaned up.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/parport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h index c0aa7835100f..ab46beb20f1f 100644 --- a/include/linux/parport.h +++ b/include/linux/parport.h @@ -322,7 +322,7 @@ struct parport_driver { const char *name; void (*attach) (struct parport *); void (*detach) (struct parport *); - struct parport_driver *next; + struct list_head list; }; /* parport_register_port registers a new parallel port at the given |
