diff options
Diffstat (limited to 'arch/microblaze/include/asm/prom.h')
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h index 6c6b386cf3c6..ddc5c57eb240 100644 --- a/arch/microblaze/include/asm/prom.h +++ b/arch/microblaze/include/asm/prom.h | |||
@@ -26,13 +26,6 @@ | |||
26 | #include <asm/irq.h> | 26 | #include <asm/irq.h> |
27 | #include <asm/atomic.h> | 27 | #include <asm/atomic.h> |
28 | 28 | ||
29 | #define OF_ROOT_NODE_ADDR_CELLS_DEFAULT 1 | ||
30 | #define OF_ROOT_NODE_SIZE_CELLS_DEFAULT 1 | ||
31 | |||
32 | #define of_compat_cmp(s1, s2, l) strncasecmp((s1), (s2), (l)) | ||
33 | #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) | ||
34 | #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) | ||
35 | |||
36 | extern struct device_node *of_chosen; | 29 | extern struct device_node *of_chosen; |
37 | 30 | ||
38 | #define HAVE_ARCH_DEVTREE_FIXUPS | 31 | #define HAVE_ARCH_DEVTREE_FIXUPS |