summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2014-07-07 14:31:36 -0600
committerJoerg Roedel <jroedel@suse.de>2014-07-08 09:40:06 +0200
commite09f8ea560490e941139d23b4c278d3e6e2c871a (patch)
tree886fd7c757833091bedb0051805f46f88f4cfa92 /drivers/iommu/intel-iommu.c
parentffd78f0093ecd0840ad6436e0522a53defd5df38 (diff)
downloadop-kernel-dev-e09f8ea560490e941139d23b4c278d3e6e2c871a.zip
op-kernel-dev-e09f8ea560490e941139d23b4c278d3e6e2c871a.tar.gz
iommu: Fix IOMMU sysfs stubs
0-day kernel build testing reports: arch/x86/kvm/x86.o: In function `iommu_device_destroy': >> (.text+0x7a0a): multiple definition of `iommu_device_destroy' arch/x86/kvm/../../../virt/kvm/vfio.o:vfio.c:(.text+0x490): first defined here arch/x86/kvm/x86.o: In function `iommu_device_link': >> (.text+0x7a15): multiple definition of `iommu_device_link' arch/x86/kvm/../../../virt/kvm/vfio.o:vfio.c:(.text+0x49b): first defined here arch/x86/kvm/x86.o: In function `iommu_device_unlink': >> (.text+0x7a25): multiple definition of `iommu_device_unlink' arch/x86/kvm/../../../virt/kvm/vfio.o:vfio.c:(.text+0x4ab): first defined here arch/x86/kvm/x86.o: In function `iommu_device_create': >> (.text+0x79f8): multiple definition of `iommu_device_create' arch/x86/kvm/../../../virt/kvm/vfio.o:vfio.c:(.text+0x47e): first defined here These are due to failing to define the stubs as static inline. Fix. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud