On Mon, Dec 05 2022, Jason Gunthorpe <jgg@xxxxxxxxxx> wrote: > The vfio_spapr_pci_eeh_open/release() functions are one line wrappers > around an arch function. Just call them directly. This eliminates some > weird exported symbols that don't need to exist. > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/vfio/pci/vfio_pci_core.c | 11 +++++++++-- > drivers/vfio/vfio_spapr_eeh.c | 13 ------------- > include/linux/vfio.h | 11 ----------- > 3 files changed, 9 insertions(+), 26 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>