commit | 0fa301d796ce7d78d12cf35440143e3f232f5663 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Feb 04 10:37:37 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Feb 04 16:27:28 2016 -0200 |
tree | 501cc58d79e2383f402f742507bf52ad571a1fc0 | |
parent | 6f1bd426122da4a2d22570494bba9cf3dffbd753 [diff] |
[media] lgs8gxx: don't export get_frontend() callback This device doesn't really have a get_frontend(). All it does is to blindly set everything to auto mode. Remove the get_frontend(), as the code does that already, and put the frontend changes at set_frontend, where it belongs. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>