]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8563): fix drivers/media/video/arv.c compilation
authorAdrian Bunk <bunk@kernel.org>
Mon, 28 Jul 2008 19:58:19 +0000 (16:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 6 Aug 2008 09:57:07 +0000 (06:57 -0300)
commitdfb9aff025c4c874f9169e2fd690ce6fee2309fe
tree71074f948ddfd9e242d3c67f25d258ba70798226
parent886f8d678a28882c193c2886c7280c0eccd8c9dd
V4L/DVB (8563): fix drivers/media/video/arv.c compilation

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: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/arv.c