svn r107 kernel 4.13 stk11xx-v4l.c:1503:11: error: ‘struct video_device’ has no member named ‘parent’ dev->vdev->parent = &dev->interface->dev; ^~ stk11xx-v4l.c:1553:3: error: ‘struct v4l2_file_operations’ has no member named ‘ioctl’ .ioctl = v4l_stk11xx_ioctl, ^~~~~ stk11xx-v4l.c:1553:11: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .ioctl = v4l_stk11xx_ioctl, ^~~~~~~~~~~~~~~~~ also I had to follow https://github.com/notro/fbtft/issues/165 by driver]$...
stk11xx-2.1.0 compile errors on 4.x: stk11xx-usb.c:793:2: error: implicit declaration of function ‘init_MUTEX’ stk11xx-v4l.c:43:10: fatal error: linux/videodev.h: No such file or directory stk11xx-sysfs.c:43:10: fatal error: linux/videodev.h: No such file or directory the rest of the files compiles with no problems.