commit | b53b34f042fe17df21a431abc76896a72dbc5670 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Feb 06 11:45:08 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Thu Feb 06 12:52:59 2014 +0000 |
tree | 09a555f081caf4ddcdeecafbc74ad170956c3334 | |
parent | 91cfe7e73b484703baf353d3915823210a417d77 [diff] |
spi: davinci: Use of_match_ptr at appropriate place It's pointless to use of_match_ptr within CONFIG_OF guard. Use of_match_ptr around davinci_spi_of_match when setting .of_match_table. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>