mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
isapnp driver semaphore to mutex
Changed the isapnp semaphore to a mutex. [akpm@linux-foundation.org: no externs-in-c] [akpm@linux-foundation.org: build fix] Signed-off-by: Daniel Walker <dwalker@mvista.com> Cc: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
2bb9a6b32f
commit
b3bd86e2fd
@@ -258,6 +258,7 @@ extern struct pnp_protocol isapnp_protocol;
|
||||
#else
|
||||
#define pnp_device_is_isapnp(dev) 0
|
||||
#endif
|
||||
extern struct mutex pnp_res_mutex;
|
||||
|
||||
#ifdef CONFIG_PNPBIOS
|
||||
extern struct pnp_protocol pnpbios_protocol;
|
||||
|
Reference in New Issue
Block a user