aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/suspend.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-06-04 16:37:34 -0500
committerBjorn Helgaas <bhelgaas@google.com>2015-06-08 07:55:03 -0500
commitcd11433eda42815ab53c8be44580a0009000b761 (patch)
treea9fda1f77716757924e425cb7b047039e9d2d089 /arch/s390/kernel/suspend.c
parentLinux 4.1-rc2 (diff)
downloadlinux-dev-cd11433eda42815ab53c8be44580a0009000b761.tar.xz
linux-dev-cd11433eda42815ab53c8be44580a0009000b761.zip
PCI: Include <linux/pci.h>, not <asm/pci.h>
We already include <asm/pci.h> from <linux/pci.h>, so just include <linux/pci.h> directly. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: linuxppc-dev@lists.ozlabs.org CC: linux-s390@vger.kernel.org
Diffstat (limited to 'arch/s390/kernel/suspend.c')
-rw-r--r--arch/s390/kernel/suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/suspend.c b/arch/s390/kernel/suspend.c
index d3236c9e226b..39e2f41b6cf0 100644
--- a/arch/s390/kernel/suspend.c
+++ b/arch/s390/kernel/suspend.c
@@ -9,10 +9,10 @@
#include <linux/pfn.h>
#include <linux/suspend.h>
#include <linux/mm.h>
+#include <linux/pci.h>
#include <asm/ctl_reg.h>
#include <asm/ipl.h>
#include <asm/cio.h>
-#include <asm/pci.h>
#include <asm/sections.h>
#include "entry.h"