[PATCH] ratp: remove unused list pointer from ratp_bb_pkt

Sascha Hauer s.hauer at pengutronix.de
Mon Jan 29 22:59:13 PST 2018


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 <aleksander at aleksander.es>
> ---
>  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-5555 |



More information about the barebox mailing list