u-boot/drivers/virtio
Simon Glass 61b29b8268 dm: core: Require users of devres to include the header
At present devres.h is included in all files that include dm.h but few
make use of it. Also this pulls in linux/compat which adds several more
headers. Drop the automatic inclusion and require files to include devres
themselves. This provides a good indication of which files use devres.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
2020-02-05 19:33:46 -07:00
..
Kconfig virtio: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
Makefile virtio: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
virtio-uclass.c virtio: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
virtio_blk.c virtio: Add block driver support 2018-11-14 09:16:27 -08:00
virtio_blk.h virtio: Add block driver support 2018-11-14 09:16:27 -08:00
virtio_mmio.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
virtio_mmio.h virtio: Add virtio over mmio transport driver 2018-11-14 09:16:27 -08:00
virtio_net.c virtio: net: Support non-legacy device 2018-11-14 09:16:28 -08:00
virtio_net.h virtio: Add net driver support 2018-11-14 09:16:27 -08:00
virtio_pci.h virtio: Add virtio over pci transport driver 2018-11-14 09:16:28 -08:00
virtio_pci_legacy.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
virtio_pci_modern.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
virtio_ring.c virtio: Add codes for virtual queue/ring management 2018-11-14 09:16:27 -08:00
virtio_rng.c virtio: rng: Add a random number generator(rng) driver 2020-01-07 18:08:21 +01:00
virtio_sandbox.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00