Re: [PATCH] virtio_pci: drop kernel.h
From: Jason Wang
Date: Tue Nov 18 2025 - 21:52:01 EST
On Wed, Nov 19, 2025 at 7:08 AM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> UAPI headers really have no business pulling in kernel.h
> Drop it - it does not seem to be needed, either.
>
> Fixes: 7c1ae151e812 ("virtio_pci: Introduce device parts access commands")
> Cc: "Yishai Hadas" <yishaih@xxxxxxxxxx>
> Cc: Alex Williamson <alex.williamson@xxxxxxxxxx>
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> ---
> include/uapi/linux/virtio_pci.h | 1 -
> 1 file changed, 1 deletion(-)
>
Acked-by: Jason Wang <jasowang@xxxxxxxxxx>
Thanks