Skip to content

Commit

Permalink
Staging: ipack/bridges/tpci200: remove struct list_head
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Samuel Iglesias Gonsálvez authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 3bea7fc commit 939c37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/ipack/bridges/tpci200.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 939c37a

Please sign in to comment.