On Mon, Dec 05 2022, Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > This is only 1.8k, putting it in its own module is not really > necessary. The kconfig infrastructure is still there to completely remove > it for systems that are trying for small footprint. > > Put it in the main vfio.ko module now that kbuild can support multiple .c > files. > > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/vfio/Kconfig | 2 +- > drivers/vfio/Makefile | 4 +--- > drivers/vfio/vfio.h | 13 +++++++++++++ > drivers/vfio/vfio_main.c | 7 +++++++ > drivers/vfio/virqfd.c | 17 +++-------------- > 5 files changed, 25 insertions(+), 18 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>