commit | e6f07dc007398025703aabe9ca490752a6a16189 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Oct 02 14:31:32 2010 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Oct 02 16:00:40 2010 -0400 |
tree | 26331d3f222fb9c1f9962540a08c6acdd898db02 | |
parent | 103432e61e73ed31e6a7e61ffdc63c47fae4d61c [diff] |
Blackfin: otp: fix build after constification of args[] 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>