• A
    V4L/DVB (8563): fix drivers/media/video/arv.c compilation · dfb9aff0
    Adrian Bunk 提交于
    This patch fixes the following compile errors:
    
    <--  snip  -->
    
    ...
      CC [M]  drivers/media/video/arv.o
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/arv.c: In function 'ar_ioctl':
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/arv.c:544: error: implicit declaration of function 'video_usercopy'
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/arv.c: At top level:
    /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/media/video/arv.c:758: error: unknown field 'type' specified in initializer
    make[4]: *** [drivers/media/video/arv.o] Error 1
    
    <--  snip  -->
    Reported-by: NAdrian Bunk <bunk@kernel.org>
    Signed-off-by: NAdrian Bunk <bunk@kernel.org>
    Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
    dfb9aff0
arv.c 21.6 KB