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:
Samuel Iglesias Gonsálvez 2012-09-11 13:35:00 +02:00 committed by Greg Kroah-Hartman
parent 3bea7fcb79
commit 939c37a3c9
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ struct tpci200_infos {
struct ipack_bus_device *ipack_bus;
};
struct tpci200_board {
struct list_head list;
unsigned int number;
struct mutex mutex;
struct tpci200_slot *slots;