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

Sascha

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

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

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


[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/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