chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"

No file out of chardev/ requires access to this header,
restrict its scope.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200423202112.644-5-philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2020-04-23 22:21:09 +02:00 committed by Marc-André Lureau
parent c383efd50a
commit ffa0f7eb57
4 changed files with 7 additions and 6 deletions

View file

@ -40,7 +40,7 @@
#include "qemu/id.h"
#include "qemu/coroutine.h"
#include "chardev/char-mux.h"
#include "chardev-internal.h"
/***********************************************************/
/* character device */