On Tue, Jun 14, 2022 at 06:54:16AM +0200, Christoph Hellwig wrote: > Include <linux/device.h> and <linux/uuid.h> so that users of this headers > don't need to do that and remove those includes that aren't needed > any more. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx> > --- > drivers/gpu/drm/i915/gvt/kvmgt.c | 2 -- > drivers/s390/cio/vfio_ccw_drv.c | 2 -- > drivers/s390/crypto/vfio_ap_private.h | 1 - > drivers/vfio/mdev/mdev_core.c | 2 -- > drivers/vfio/mdev/mdev_driver.c | 1 - > drivers/vfio/mdev/mdev_sysfs.c | 2 -- > include/linux/mdev.h | 3 +++ > samples/vfio-mdev/mbochs.c | 1 - > samples/vfio-mdev/mdpy.c | 1 - > samples/vfio-mdev/mtty.c | 2 -- > 10 files changed, 3 insertions(+), 14 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason