Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd11433e authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
CC: linuxppc-dev@lists.ozlabs.org
CC: linux-s390@vger.kernel.org
parent 5ebe6afa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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"