commit | 90553783183d199bf3dd64675188e7b64a705b05 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Thu Jul 16 15:10:20 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 27 15:02:10 2015 -0400 |
tree | fea020e42d8364e05558f46931ee050a13cadc71 | |
parent | 52eb41db187a87fce99383d7da6a1246f1b3ac3a [diff] |
omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev Despite being defined with __weak, this declaration of get_board_rev will conflict with the fallback one when ONFIG_REVISION_TAG is not defined. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>