Staging: ipack/bridges/tpci200: remove struct list_head
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 11 Sep 2012 11:35:00 +0000 (13:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Sep 2012 19:16:35 +0000 (12:16 -0700)
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>
drivers/staging/ipack/bridges/tpci200.h

index 867d696..fc90a94 100644 (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;