]> git.ipfire.org Git - people/ms/u-boot.git/commit
mips: ath79: Fix compiler warning on const assignment
authorMarek Vasut <marex@denx.de>
Fri, 6 May 2016 18:10:35 +0000 (20:10 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:38 +0000 (01:36 +0200)
commit43a092ffdd5edd6a66e8e9ec34372f3abd396486
tree5f2b6831251a4e3e448969b18304a2ffc5f79d39
parent0a6767efabedbddc2351d14695aa3a7d63657e2c
mips: ath79: Fix compiler warning on const assignment

The assignment const T var; var = value; is illegal, since var is
constant. Drop the const to fix the compiler warning.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>
arch/mips/mach-ath79/reset.c