aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/stv6110x_priv.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall1-1/+1
The stv6110x_devctl structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-0/+76
Raise the DVB frontends one level up, as the intention is to remove the drivers/media/dvb directory. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>