Re: [PATCH] ratp: remove unused list pointer from ratp_bb_pkt

2018-01-29 Thread Sascha Hauer
On Sun, Jan 28, 2018 at 10:30:48PM +0100, Aleksander Morgado wrote: > This struct type is used in the RATP FS implementation, but was never > used as a list element anywhere. > > Signed-off-by: Aleksander Morgado > --- > include/ratp_bb.h | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks

[PATCH] ratp: remove unused list pointer from ratp_bb_pkt

2018-01-28 Thread 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 --- 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/includ