From: Stephen Rothwell Date: Tue, 19 Oct 2010 07:07:30 +0000 (+1100) Subject: [media] v4l-dvb: using vmalloc needs vmalloc.h in cx231xx-417.c X-Git-Tag: v2.6.37-rc1~64^2~97 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=94399431379dfc77565c9861013f41ab0078c18b;p=linux.git [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 --- diff --git a/drivers/media/video/cx231xx/cx231xx-417.c b/drivers/media/video/cx231xx/cx231xx-417.c index e456b97dc32e..aab21f3ce472 100644 --- a/drivers/media/video/cx231xx/cx231xx-417.c +++ b/drivers/media/video/cx231xx/cx231xx-417.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include