]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Add export.h to arch/sh specific files as required.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 23:20:02 +0000 (19:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:05 +0000 (19:31 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/sh/drivers/pci/pci.c
arch/sh/kernel/cpu/shmobile/cpuidle.c
arch/sh/kernel/perf_event.c
arch/sh/kernel/topology.c
arch/sh/mm/init.c
drivers/sh/intc/core.c

index 194231cb5a70e48a9d27fd82c65f55e85bc640a5..c2691afe8f79c9e08e402dae2f31a5231e34c6f5 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/io.h>
 #include <linux/mutex.h>
 #include <linux/spinlock.h>
+#include <linux/export.h>
 
 unsigned long PCIBIOS_MIN_IO = 0x0000;
 unsigned long PCIBIOS_MIN_MEM = 0;
index e4469e7233cbc9d9f5252029d8947622c0159043..7d98f909a8acf2e70b9f25a8ce046fdac80074bd 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/io.h>
 #include <linux/suspend.h>
 #include <linux/cpuidle.h>
+#include <linux/export.h>
 #include <asm/suspend.h>
 #include <asm/uaccess.h>
 #include <asm/hwblk.h>
index 2ee21a47b5af6e1aac2889712c69848b7194f317..10b14e3a7eb8142bd88a81ddd9c3a9cb96941a36 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/io.h>
 #include <linux/irq.h>
 #include <linux/perf_event.h>
+#include <linux/export.h>
 #include <asm/processor.h>
 
 struct cpu_hw_events {
index 38e862852dd0ce3fbcd10e9291c09fd35e6699d4..ab37955b453a592f5034bb4eb8f89ff055764fd8 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/percpu.h>
 #include <linux/node.h>
 #include <linux/nodemask.h>
+#include <linux/export.h>
 
 static DEFINE_PER_CPU(struct cpu, cpu_devices);
 
index 58a93fb3d965055739e8484f0a1045bf338e0194..4e5192ba04a5fd223ce62c7d16dbfffba7b9c390 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/io.h>
 #include <linux/memblock.h>
 #include <linux/dma-mapping.h>
+#include <linux/export.h>
 #include <asm/mmu_context.h>
 #include <asm/mmzone.h>
 #include <asm/kexec.h>
index f8925299d7c0303b2f487c5b4a19120808e214b2..8b7a141ff35e848b5a505c0bb89e85daaa14ee05 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/list.h>
 #include <linux/spinlock.h>
 #include <linux/radix-tree.h>
+#include <linux/export.h>
 #include "internals.h"
 
 LIST_HEAD(intc_list);