* [PATCH] ratp: remove unused list pointer from ratp_bb_pkt
@ 2018-01-28 21:30 Aleksander Morgado
2018-01-30 6:59 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2018-01-28 21:30 UTC (permalink / raw)
To: barebox; +Cc: 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 <aleksander@aleksander.es>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ratp: remove unused list pointer from ratp_bb_pkt
2018-01-28 21:30 [PATCH] ratp: remove unused list pointer from ratp_bb_pkt Aleksander Morgado
@ 2018-01-30 6:59 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-01-30 6:59 UTC (permalink / raw)
To: Aleksander Morgado; +Cc: barebox
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@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 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-30 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-28 21:30 [PATCH] ratp: remove unused list pointer from ratp_bb_pkt Aleksander Morgado
2018-01-30 6:59 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox