hw/net/can: clean-up unnecessary includes
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 9 Dec 2024 10:06:35 +0000 (10:06 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Dec 2024 23:16:20 +0000 (00:16 +0100)
commitb7bd67fb31d0c97f7b9a6f83d6c786cbee5c09b8
treedb3826b7ac2fc738e8fb9a074ffdaf14b5c6f5d7
parent3a25075ecef85adca5ab5b4e2486955b9d7a23ce
hw/net/can: clean-up unnecessary includes

The event_notifier, thread and socket includes look like copy and
paste of standard headers. None of the canbus devices use chardev
although some relied on chardev to bring in bitops and byte swapping
headers. In this case include them directly.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20241209100635.93243-1-alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/net/can/can_kvaser_pci.c
hw/net/can/can_mioe3680_pci.c
hw/net/can/can_pcm3680_pci.c
hw/net/can/can_sja1000.c
hw/net/can/ctucan_core.c
hw/net/can/ctucan_pci.c