aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-08-29 17:21:45 -0500
committerRob Herring <robh@kernel.org>2018-09-07 11:04:41 -0500
commit00b7d1cf46676ad5e6338e80dc6230e1b6e71b86 (patch)
tree867e51d423b01d051a57cde476f2333cfc84900c /arch/sparc/include/asm
parentof: make PowerMac cache node search conditional on CONFIG_PPC_PMAC (diff)
downloadlinux-dev-00b7d1cf46676ad5e6338e80dc6230e1b6e71b86.tar.xz
linux-dev-00b7d1cf46676ad5e6338e80dc6230e1b6e71b86.zip
of: make default address and size cells sizes private
Only some old OpenFirmware implementations rely on default sizes. Any FDT and modern implementation should have explicit properties. Make the OF_ROOT_NODE_*_CELLS_DEFAULT defines private so we don't get any outside users. This also gets us one step closer to removing the asm/prom.h dependency on Sparc. Cc: "David S. Miller" <davem@davemloft.net> Cc: Frank Rowand <frowand.list@gmail.com> Cc: sparclinux@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/sparc/include/asm')
-rw-r--r--arch/sparc/include/asm/prom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/prom.h b/arch/sparc/include/asm/prom.h
index d955c8df62d6..1902db27ff4b 100644
--- a/arch/sparc/include/asm/prom.h
+++ b/arch/sparc/include/asm/prom.h
@@ -24,9 +24,6 @@
#include <linux/atomic.h>
#include <linux/irqdomain.h>
-#define OF_ROOT_NODE_ADDR_CELLS_DEFAULT 2
-#define OF_ROOT_NODE_SIZE_CELLS_DEFAULT 1
-
#define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l))
#define of_prop_cmp(s1, s2) strcasecmp((s1), (s2))
#define of_node_cmp(s1, s2) strcmp((s1), (s2))