diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-04 23:37:34 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-08 14:55:03 +0200 |
commit | cd11433eda42815ab53c8be44580a0009000b761 (patch) | |
tree | a9fda1f77716757924e425cb7b047039e9d2d089 /arch/s390/kernel | |
parent | Linux 4.1-rc2 (diff) | |
download | linux-cd11433eda42815ab53c8be44580a0009000b761.tar.xz linux-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')
-rw-r--r-- | arch/s390/kernel/suspend.c | 2 |
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" |