|
@@ -1261,6 +1261,7 @@ prom_n_addr_cells(struct device_node* np)
|
|
|
/* No #address-cells property for the root node, default to 1 */
|
|
|
return 1;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(prom_n_addr_cells);
|
|
|
|
|
|
int
|
|
|
prom_n_size_cells(struct device_node* np)
|
|
@@ -1276,6 +1277,7 @@ prom_n_size_cells(struct device_node* np)
|
|
|
/* No #size-cells property for the root node, default to 1 */
|
|
|
return 1;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(prom_n_size_cells);
|
|
|
|
|
|
/**
|
|
|
* Work out the sense (active-low level / active-high edge)
|