Skip to content

Commit 83ce906

Browse files
committed
Don't warn about missing size-cells on PMAC
1 parent d1533b9 commit 83ce906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/of/base.c

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static bool __of_node_is_type(const struct device_node *np, const char *type)
8989

9090
#define EXCLUDED_DEFAULT_CELLS_PLATFORMS ( \
9191
IS_ENABLED(CONFIG_SPARC) \
92+
|| IS_ENABLED(CONFIG_PPC_PMAC) \
9293
)
9394

9495
int of_bus_n_addr_cells(struct device_node *np)

0 commit comments

Comments
 (0)