From 7c042ecc6722ac138486e78fa716e2567e9171a8 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 28 Jan 2018 22:30:48 +0100 Subject: ratp: remove unused list pointer from ratp_bb_pkt This struct type is used in the RATP FS implementation, but was never used as a list element anywhere. Signed-off-by: Aleksander Morgado Signed-off-by: Sascha Hauer --- include/ratp_bb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ratp_bb.h') diff --git a/include/ratp_bb.h b/include/ratp_bb.h index 70fd58a678..f485f7d8ac 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[]; }; -- cgit v1.2.3