commit | 5c5ee4d0ab6277b26d976b7894b6c22b30c6a9bf | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Sat Jul 25 20:59:35 2015 +0800 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Aug 30 23:57:07 2015 +0200 |
tree | 604c2f797ca7b3df454e07c249a23232d1f1bbb7 | |
parent | fdf7f593a20b5fe1c700d4b52b7b42c550b2c762 [diff] |
video: discard empty video_set_lut implementation Discard the empty video_set_lut function from platform video drivers. This commit "69d275458893eaec35229b589092c2a6bde5440f" introduces a weak function video_set_lut, so we do not need an strong function in platform drivers, which does nothing. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Reviewed-by: Tom Rini <trini@konsulko.com>