Skip to content

Commit

Permalink
[IA64] remove duplicate include iommu.h
Browse files Browse the repository at this point in the history
arch/ia64/kernel/pci-dma.c only needs to include iommu once.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Huang Weiyi authored and aegl committed Nov 20, 2008
1 parent ef23cdb commit d596410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/ia64/kernel/pci-dma.c
Expand Up @@ -19,7 +19,6 @@
#include <linux/kernel.h>

#include <asm/page.h>
#include <asm/iommu.h>

dma_addr_t bad_dma_address __read_mostly;
EXPORT_SYMBOL(bad_dma_address);
Expand Down

0 comments on commit d596410

Please sign in to comment.