Staging: ipack/bridges/tpci200: remove struct list_head
As the linked list was removed before, delete the useless struct list_head Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3bea7fcb79
commit
939c37a3c9
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ struct tpci200_infos {
|
||||||
struct ipack_bus_device *ipack_bus;
|
struct ipack_bus_device *ipack_bus;
|
||||||
};
|
};
|
||||||
struct tpci200_board {
|
struct tpci200_board {
|
||||||
struct list_head list;
|
|
||||||
unsigned int number;
|
unsigned int number;
|
||||||
struct mutex mutex;
|
struct mutex mutex;
|
||||||
struct tpci200_slot *slots;
|
struct tpci200_slot *slots;
|
||||||
|
|
Loading…
Add table
Reference in a new issue