aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/sys_eiger.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-06-04 16:37:56 -0500
committerBjorn Helgaas <bhelgaas@google.com>2015-06-08 07:56:09 -0500
commit633adc711de0bcb6d6e1c071302880e0c8c05d57 (patch)
tree0d1197b417661647f3bfd5428f5cc84f808646e7 /arch/alpha/kernel/sys_eiger.c
parentPCI: Include <linux/pci.h>, not <asm/pci.h> (diff)
downloadlinux-dev-633adc711de0bcb6d6e1c071302880e0c8c05d57.tar.xz
linux-dev-633adc711de0bcb6d6e1c071302880e0c8c05d57.zip
PCI: Remove unnecessary #includes of <asm/pci.h>
In include/linux/pci.h, we already #include <asm/pci.h>, so we don't need to include <asm/pci.h> directly. Remove the unnecessary includes. All the files here already include <linux/pci.h>. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> # sh Acked-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/alpha/kernel/sys_eiger.c')
-rw-r--r--arch/alpha/kernel/sys_eiger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/kernel/sys_eiger.c b/arch/alpha/kernel/sys_eiger.c
index 79d69d7f63f8..15f42083bdb3 100644
--- a/arch/alpha/kernel/sys_eiger.c
+++ b/arch/alpha/kernel/sys_eiger.c
@@ -22,7 +22,6 @@
#include <asm/irq.h>
#include <asm/mmu_context.h>
#include <asm/io.h>
-#include <asm/pci.h>
#include <asm/pgtable.h>
#include <asm/core_tsunami.h>
#include <asm/hwrpb.h>