|
@@ -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))
|