mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ratp: remove unused list pointer from ratp_bb_pkt
@ 2018-01-28 21:30 Aleksander Morgado
  2018-01-30  6:59 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2018-01-28 21:30 UTC (permalink / raw)
  To: barebox; +Cc: Aleksander Morgado

This struct type is used in the RATP FS implementation, but was never
used as a list element anywhere.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 include/ratp_bb.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/ratp_bb.h b/include/ratp_bb.h
index 70fd58a67..f485f7d8a 100644
--- a/include/ratp_bb.h
+++ b/include/ratp_bb.h
@@ -2,8 +2,6 @@
 #define __RATP_BB_H
 
 struct ratp_bb_pkt {
-	struct list_head list;
-
 	unsigned int len;
 	uint8_t data[];
 };
-- 
2.15.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-30  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-28 21:30 [PATCH] ratp: remove unused list pointer from ratp_bb_pkt Aleksander Morgado
2018-01-30  6:59 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox