drivers/media/dvb/pt1/pt1.c needs vmalloc.h
authorAndrew Morton <[email protected]>
Tue, 22 Sep 2009 00:00:58 +0000 (17:00 -0700)
committerLinus Torvalds <[email protected]>
Tue, 22 Sep 2009 14:17:23 +0000 (07:17 -0700)
commit2a20b05f8178801c0a07324d92fe53c32177de97
treeed5af3518a6b0873707b3d8cca104f925a3fa766
parent43c1266ce4dc06bfd236cec31e11e9ecd69c0bef
drivers/media/dvb/pt1/pt1.c needs vmalloc.h

alpha:

drivers/media/dvb/pt1/pt1.c: In function 'pt1_cleanup_tables':
drivers/media/dvb/pt1/pt1.c:422: error: implicit declaration of function 'vfree'
drivers/media/dvb/pt1/pt1.c: In function 'pt1_init_tables':
drivers/media/dvb/pt1/pt1.c:431: error: implicit declaration of function 'vmalloc'
drivers/media/dvb/pt1/pt1.c:431: warning: assignment makes pointer from integer without a cast

Acked-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/media/dvb/pt1/pt1.c