x86, olpc: Constify an olpc_ofw() arg
authorAndres Salomon <dilinger@queued.net>
Tue, 29 Jun 2010 02:00:29 +0000 (22:00 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 31 Jul 2010 01:02:21 +0000 (18:02 -0700)
commit54e5bc020ce1c959eaa7be18cedb734b6b13745e
tree795e2f33eba14db1ed4f72de97d97695b30f1071
parent25971865d48a8d0ece5307a59dbd3f06d05a7567
x86, olpc: Constify an olpc_ofw() arg

The arguments passed to OFW shouldn't be modified; update the 'args'
argument of olpc_ofw to reflect this.  This saves us some later
casting away of consts.

Signed-off-by: Andres Salomon <dilinger@queued.net>
LKML-Reference: <20100628220029.1555ac24@debian>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/olpc_ofw.h
arch/x86/kernel/olpc.c
arch/x86/kernel/olpc_ofw.c