powerpc: Use rtas_call not call_rtas in CHRP code
authorPaul Mackerras <paulus@samba.org>
Wed, 2 Nov 2005 04:04:26 +0000 (15:04 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 Nov 2005 04:04:26 +0000 (15:04 +1100)
commit19fa17e5b1d9622902c1e9a7b0f8be676f266bbe
treef8c05c770c6e7019c8e0f342db30b391547dfa73
parentf2cad7a8cdbe66d313059824d61ef1f455031566
powerpc: Use rtas_call not call_rtas in CHRP code

The nvram driver imported from the ppc code uses call_rtas, but
rtas_call is the name we are using in merged code (since ppc64 used
that name, and it uses far more RTAS calls than ppc32).

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/chrp/nvram.c