]> git.baikalelectronics.ru Git - kernel.git/commit
[media] lgs8gxx: don't export get_frontend() callback
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Feb 2016 12:37:37 +0000 (10:37 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Feb 2016 18:27:28 +0000 (16:27 -0200)
commitb09be1a7a244cc55fb73ed715543823d149302b9
tree501cc58d79e2383f402f742507bf52ad571a1fc0
parentf2fcfb4e6bb641a1f9b15cf7dbb74d374c00e264
[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>
drivers/media/dvb-frontends/lgs8gxx.c