Răsfoiți Sursa

[PATCH] tpm: necessary PPC64 function exports

Some work is needed in the tpm device driver to discover the TPM out of the
device tree rather than based on set address on Power PPC.  This patch
exports a couple of functions for the parsing.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kylene Jo Hall 19 ani în urmă
părinte
comite
c0131c1432
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      arch/ppc64/kernel/prom.c

+ 2 - 0
arch/ppc64/kernel/prom.c

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