Re: [PATCH] vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static

2019-04-03 Thread Alex Williamson
On Wed, 20 Mar 2019 02:47:23 -0400 Wang Hai wrote: > Fixes the following sparse warning: > > drivers/vfio/vfio_iommu_spapr_tce.c:1401:36: warning: > symbol 'tce_iommu_driver_ops' was not declared. Should it be static? > > Fixes: 5ffd229c0273 ("powerpc/vfio: Implement IOMMU driver for VFIO") >

Re: [PATCH] vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static

2019-03-19 Thread Alexey Kardashevskiy
On 20/03/2019 17:47, Wang Hai wrote: > Fixes the following sparse warning: > > drivers/vfio/vfio_iommu_spapr_tce.c:1401:36: warning: > symbol 'tce_iommu_driver_ops' was not declared. Should it be static? > > Fixes: 5ffd229c0273 ("powerpc/vfio: Implement IOMMU driver for VFIO") > Signed-off-by