]> git.baikalelectronics.ru Git - kernel.git/commit
[media] usbtv: fix compiler error due to missing module.h
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 4 Feb 2014 09:00:52 +0000 (06:00 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Feb 2014 09:07:06 +0000 (07:07 -0200)
commitf1d5c8eed95a502ebd64933867f6d2eef8c270ad
tree3cfef430e1fce6519caccaac107997b66cf54a02
parent3763a244cb2c5f468847e4b013950b699785d5e8
[media] usbtv: fix compiler error due to missing module.h

usbtv-video.c needs module.h. So move the module.h include from usbtv-core.c to usbtv.h,
that way both core.c and video.c have it.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/usbtv/usbtv-core.c
drivers/media/usb/usbtv/usbtv.h