Skip to content

Commit

Permalink
[IA64] remove duplicated #include from pci-dma.c
Browse files Browse the repository at this point in the history
Removed duplicated #include <asm/machvec.h> and <linux/string.h> in
arch/ia64/kernel/pci-dma.c.

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 Tony Luck committed Nov 4, 2008
1 parent 9979aa7 commit 6a2d26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/ia64/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
#include <asm/machvec.h>
#include <linux/dma-mapping.h>

#include <asm/machvec.h>
#include <asm/system.h>

#ifdef CONFIG_DMAR

#include <linux/kernel.h>
#include <linux/string.h>

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

0 comments on commit 6a2d26f

Please sign in to comment.