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

Commit 1388cc96 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Jesse Barnes
Browse files

PCI: don't export linux/io.h from pci.h



Move the include of io.h down into the #ifdef __KERNEL__ protected
region.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 61cfc7e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#define LINUX_PCI_H

#include <linux/pci_regs.h>	/* The pci register defines */
#include <linux/io.h>

/*
 * The PCI interface treats multi-function devices as independent
@@ -52,6 +51,7 @@
#include <linux/kobject.h>
#include <asm/atomic.h>
#include <linux/device.h>
#include <linux/io.h>

/* Include the ID list */
#include <linux/pci_ids.h>