Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 939c37a3 authored by Samuel Iglesias Gonsálvez's avatar Samuel Iglesias Gonsálvez Committed by Greg Kroah-Hartman
Browse files

Staging: ipack/bridges/tpci200: remove struct list_head



As the linked list was removed before, delete the useless struct list_head

Signed-off-by: default avatarSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3bea7fcb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;