Skip to content

Commit

Permalink
PCI: Include <linux/pci.h>, not <asm/pci.h>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Bjorn Helgaas committed Jun 8, 2015
1 parent 5ebe6af commit cd11433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/52xx/mpc52xx_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#undef DEBUG

#include <asm/pci.h>
#include <linux/pci.h>
#include <asm/mpc52xx.h>
#include <asm/delay.h>
#include <asm/machdep.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/s390/kernel/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cd11433

Please sign in to comment.