arm:misc fix remove const modifier for value that changes.

Change-Id: I4ac96acdc66ea203a339108225c07c68959556c0
This commit is contained in:
Kees Jongenburger 2013-09-25 10:34:04 +02:00 committed by Gerrit Code Review
parent 184fe46a79
commit b1a7d4d7ea

View file

@ -234,7 +234,7 @@ static int lin_lin_copy(struct proc *srcproc, vir_bytes srclinaddr,
static u32_t phys_get32(phys_bytes addr)
{
const u32_t v;
u32_t v;
int r;
if((r=lin_lin_copy(NULL, addr,