Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.h

Fixes:

v4l/dvb_frontend.c: In function 'dvb_frontend_stop':
v4l/dvb_frontend.c:707: error: implicit declaration of function 'init_MUTEX'

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=14609

Reported-by: <tstrelar@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andrew Morton and committed by
Linus Torvalds
4c4cb1b1 21278163

+1
+1
drivers/media/dvb/dvb-core/dvb_frontend.c
··· 31 31 #include <linux/wait.h> 32 32 #include <linux/slab.h> 33 33 #include <linux/poll.h> 34 + #include <linux/semaphore.h> 34 35 #include <linux/module.h> 35 36 #include <linux/list.h> 36 37 #include <linux/freezer.h>