Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Export a couple of prom functions

These are needed by the TPM driver, apparently.

Signed-off-by: Paul Mackerras <paulus@samba.org>

+2
+2
arch/powerpc/kernel/prom.c
··· 1368 1368 /* No #address-cells property for the root node, default to 1 */ 1369 1369 return 1; 1370 1370 } 1371 + EXPORT_SYMBOL(prom_n_addr_cells); 1371 1372 1372 1373 int 1373 1374 prom_n_size_cells(struct device_node* np) ··· 1384 1383 /* No #size-cells property for the root node, default to 1 */ 1385 1384 return 1; 1386 1385 } 1386 + EXPORT_SYMBOL(prom_n_size_cells); 1387 1387 1388 1388 /** 1389 1389 * Work out the sense (active-low level / active-high edge)