]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 19 Oct 2010 07:07:30 +0000 (18:07 +1100)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 10:56:42 +0000 (08:56 -0200)
commit94399431379dfc77565c9861013f41ab0078c18b
tree6401355bb153bdc3b5702e849d572c35b1b82cae
parent0310871d8f71da4ad8643687fbc40f219a0dac4d
[media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c

Fixes these build errors and warnings:

drivers/media/video/cx231xx/cx231xx-417.c: In function 'cx231xx_load_firmware':
drivers/media/video/cx231xx/cx231xx-417.c:943: error: implicit declaration of function 'vmalloc'
drivers/media/video/cx231xx/cx231xx-417.c:943: warning: cast to pointer from integer of different size
drivers/media/video/cx231xx/cx231xx-417.c:950: warning: cast to pointer from integer of different size
drivers/media/video/cx231xx/cx231xx-417.c:1039: error: implicit declaration of function 'vfree'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/media/video/cx231xx/cx231xx-417.c