Re: [PATCH 08/15] mini-os: eliminate fbfront union member in struct file

2022-01-08 Thread Samuel Thibault
Juergen Gross, le jeu. 06 janv. 2022 12:57:34 +0100, a ecrit: > Replace the fbfront specific union member in struct file with the > common dev pointer. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > fbfront.c | 2 +- > include/lib.h | 3 --- > lib/sys.c | 4 ++--

[PATCH 08/15] mini-os: eliminate fbfront union member in struct file

2022-01-06 Thread Juergen Gross
Replace the fbfront specific union member in struct file with the common dev pointer. Signed-off-by: Juergen Gross --- fbfront.c | 2 +- include/lib.h | 3 --- lib/sys.c | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/fbfront.c b/fbfront.c index 6725da1..c8410af