commit | d746077c5a5e303606a46aa121d3d6c6e0491fd0 | [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 | 7b08d21e240211e5a5af16cb9d4b9dbbe16f15f5 [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>