commit | fcfddfd50472d7ce84ef4e2853242bbeb7b37325 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Mon Jun 23 22:07:04 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Jul 04 19:57:22 2014 +0200 |
tree | c10c063cf385b22067fe1e7acce02ca0173ee722 | |
parent | f749db3a75ec483692d7bb6d46a1fbecb65c38ba [diff] |
ARM: cache_v7: use __weak This is not only more readable but also prevents a warning about a missing prototype. The prototypes which are actually missing are added. cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Reviewed-by: Tom Rini <trini@ti.com>