Re: [PATCH 4/7] chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"

2020-04-23 Thread Marc-André Lureau
On Thu, Apr 23, 2020 at 10:24 PM Philippe Mathieu-Daudé wrote: > > No file out of chardev/ requires access to this header, > restrict its scope. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André Lureau > --- > include/chardev/char-mux.h => chardev/chardev-internal.h | 7 -

[PATCH 4/7] chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"

2020-04-23 Thread Philippe Mathieu-Daudé
No file out of chardev/ requires access to this header, restrict its scope. Signed-off-by: Philippe Mathieu-Daudé --- include/chardev/char-mux.h => chardev/chardev-internal.h | 7 --- chardev/char-fe.c| 2 +- chardev/char-mux.c