From: Andres Salomon Date: Tue, 29 Jun 2010 02:00:29 +0000 (-0400) Subject: x86, olpc: Constify an olpc_ofw() arg X-Git-Tag: v2.6.36-rc1~509^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e5bc020ce1c959eaa7be18cedb734b6b13745e;p=pandora-kernel.git 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 LKML-Reference: <20100628220029.1555ac24@debian> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed