[media] em28xx-v4l: get rid of struct em28xx_fh
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Fri, 25 Jul 2014 17:48:56 +0000 (14:48 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 26 Jul 2014 19:43:41 +0000 (16:43 -0300)
struct em28xx_fh isn't needed anymore because the only used field which is left is struct v4l2_fh fh.
Use struct v4l2_fh directly and remvove struct em28xx_fh.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found