summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/pci
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-02-01 13:10:35 +0100
committerMichal Simek <michal.simek@xilinx.com>2013-02-12 11:24:45 +0100
commitd64af918feb6cb81c396d6d2dabb738bc51dda3f (patch)
treea13ce75ae3e54e177a6219a3961f90f7c3aa861e /arch/microblaze/pci
parent6bd55f0bbaebb79b39e147aa864401fd0c94db82 (diff)
downloadlinux-0-day-d64af918feb6cb81c396d6d2dabb738bc51dda3f.tar.gz
linux-0-day-d64af918feb6cb81c396d6d2dabb738bc51dda3f.tar.xz
microblaze: Do not use module.h in files which are not modules
Based on the patch: "lib: reduce the use of module.h wherever possible" (sha1: 8bc3bcc93a2b4e47d5d410146f6546bca6171663) fix all microblaze files which are not modules. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/pci')
-rw-r--r--arch/microblaze/pci/pci-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c
index bdb8ea100e73e..9ea521e4959ef 100644
--- a/arch/microblaze/pci/pci-common.c
+++ b/arch/microblaze/pci/pci-common.c
@@ -30,6 +30,7 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_pci.h>
+#include <linux/pci.h>
#include <linux/export.h>
#include <asm/processor.h>