summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
diff options
context:
space:
mode:
authorRob Herring2013-09-07 21:08:20 +0200
committerRob Herring2013-10-10 03:04:12 +0200
commitb5b4bb3f6a11f9c37b6d53138244f2ffe5bacd12 (patch)
treefcff12dfad91cf9cf168dccdb46fb093b482f788 /include/linux/of.h
parentpowerpc: add explicit OF includes (diff)
downloadkernel-qcow2-linux-b5b4bb3f6a11f9c37b6d53138244f2ffe5bacd12.tar.gz
kernel-qcow2-linux-b5b4bb3f6a11f9c37b6d53138244f2ffe5bacd12.tar.xz
kernel-qcow2-linux-b5b4bb3f6a11f9c37b6d53138244f2ffe5bacd12.zip
of: only include prom.h on sparc
The dependency on prom.h by the core DT code is now removed and only sparc needs to include prom.h for the core code. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'include/linux/of.h')
-rw-r--r--include/linux/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h
index 4d294a0b8a57..54017b83650b 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -136,7 +136,9 @@ static inline unsigned long of_read_ulong(const __be32 *cell, int size)
return of_read_number(cell, size);
}
+#if defined(CONFIG_SPARC)
#include <asm/prom.h>
+#endif
/* Default #address and #size cells. Allow arch asm/prom.h to override */
#if !defined(OF_ROOT_NODE_ADDR_CELLS_DEFAULT)