commit | 60fcaaab3b80fb71f9ccce7ff76142ee9e35951b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Mar 26 15:53:12 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Fri Mar 28 15:15:10 2014 -0400 |
tree | 2fe59e4c78e45be15ff40d65092b93de7affe0dc | |
parent | 806adae4d7772ba4179dca87ab4fc32fb04db3f5 [diff] |
am335x_evm: Clarify when we build board_eth_init If we build this function in cases where we would be discarding it anyhow we still end up with maybe unused warnings. Rather than litter the function with __maybe_unused, just spell out when to build it. Signed-off-by: Tom Rini <trini@ti.com>