diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-24 05:54:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-24 05:58:14 -0300 |
commit | 6fa1f40905333e10b47fa22609ce5c086eca9b11 (patch) | |
tree | 11953c3c2e2faadf726a170ff70af26beec403af /firmware/myricom | |
parent | c21412f5d3717abcc0b1e7ad31f3740415114144 (diff) | |
download | linux-6fa1f40905333e10b47fa22609ce5c086eca9b11.tar.gz linux-6fa1f40905333e10b47fa22609ce5c086eca9b11.tar.bz2 linux-6fa1f40905333e10b47fa22609ce5c086eca9b11.zip |
[media] Fix build errors on usbtv when driver is builtin
As reported by Fengguang Wu <fengguang.wu@intel.com>
drivers/built-in.o: In function `vb2_ioctl_streamon':
>> (.text+0x8d354): undefined reference to `video_devdata'
drivers/built-in.o: In function `vb2_ioctl_streamoff':
>> (.text+0x8d397): undefined reference to `video_devdata'
drivers/built-in.o: In function `vb2_ioctl_expbuf':
...
That happens when:
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_USBTV=y
As the core is module, usbtv should also be compiled as module.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'firmware/myricom')
0 files changed, 0 insertions, 0 deletions