We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1533b9 commit 83ce906Copy full SHA for 83ce906
drivers/of/base.c
@@ -89,6 +89,7 @@ static bool __of_node_is_type(const struct device_node *np, const char *type)
89
90
#define EXCLUDED_DEFAULT_CELLS_PLATFORMS ( \
91
IS_ENABLED(CONFIG_SPARC) \
92
+ || IS_ENABLED(CONFIG_PPC_PMAC) \
93
)
94
95
int of_bus_n_addr_cells(struct device_node *np)
0 commit comments