]> Git Repo - J-u-boot.git/commit
virtio: Remove <common.h> and add needed includes
authorTom Rini <[email protected]>
Thu, 2 May 2024 01:31:32 +0000 (19:31 -0600)
committerTom Rini <[email protected]>
Tue, 7 May 2024 14:00:57 +0000 (08:00 -0600)
commit3ba56d6b232f7dcbf00552af48355f0dc2d26994
tree71b51e130b84164e8f014ec594a27cfe096245d4
parenta2955579e737acf24ad76da4f9d42066ac9d135b
virtio: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <[email protected]>
drivers/virtio/virtio-uclass.c
drivers/virtio/virtio_blk.c
drivers/virtio/virtio_mmio.c
drivers/virtio/virtio_net.c
drivers/virtio/virtio_pci_legacy.c
drivers/virtio/virtio_pci_modern.c
drivers/virtio/virtio_ring.c
drivers/virtio/virtio_rng.c
drivers/virtio/virtio_sandbox.c
include/virtio.h
This page took 0.027863 seconds and 4 git commands to generate.