]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: otp: fix build after constification of args[]
authorMike Frysinger <vapier@gentoo.org>
Sat, 2 Oct 2010 18:31:32 +0000 (14:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 2 Oct 2010 20:00:40 +0000 (16:00 -0400)
The OTP code does a little shuffling of arguments that aren't really
necessary, so use a local variable instead to fix build errors now
that the args[] parameter is const.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found