summaryrefslogtreecommitdiffstats
path: root/include/ratp_bb.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-28 22:30:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-01-30 07:59:00 +0100
commit7c042ecc6722ac138486e78fa716e2567e9171a8 (patch)
tree3c7b2a51f20e51375c0a5294d67d61d687d58d95 /include/ratp_bb.h
parentf0f40101be54f25c8ed34c6f92d6842d90950ecd (diff)
downloadbarebox-7c042ecc6722ac138486e78fa716e2567e9171a8.tar.gz
barebox-7c042ecc6722ac138486e78fa716e2567e9171a8.tar.xz
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 <aleksander@aleksander.es> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/ratp_bb.h')
-rw-r--r--include/ratp_bb.h2
1 files changed, 0 insertions, 2 deletions
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[];
};