ia64: fix build failure with CONFIG_SWIOTLB
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 8 Feb 2018 19:39:20 +0000 (19:39 +0000)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Feb 2018 15:59:05 +0000 (15:59 +0000)
commit9d37c094dacda531ac3e529dd4dd139e3c0b7811
tree3fc208bb7db2c97d1b04c54f6cc94ca14f46a078
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ia64: fix build failure with CONFIG_SWIOTLB

arch/ia64/kernel/pci-swiotlb.c is removed in commit 4fac8076df85 ("ia64: clean up swiotlb support")
but pci-swiotlb.o is still present in Makefile, and so build fail when
CONFIG_SWIOTLB is enabled.
Fix the build failure by removing pci-swiotlb.o from makefile

Fixes: 4fac8076df85 ("ia64: clean up swiotlb support")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/ia64/kernel/Makefile