powerpc: Export a couple of prom functions

These are needed by the TPM driver, apparently.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2005-11-14 17:30:40 +11:00
parent 7568cb4ef6
commit 1dfc677209

View File

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