[PATCH] ratp: remove unused list pointer from ratp_bb_pkt

Aleksander Morgado aleksander at aleksander.es
Sun Jan 28 13:30:48 PST 2018


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 at 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




More information about the barebox mailing list