diff options
| author | Daniel Walker <[email protected]> | 2008-02-06 01:40:04 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-06 10:41:20 -0800 |
| commit | b3bd86e2fdce01d6b49271a553d2a18b3e0510f3 (patch) | |
| tree | f7282cbe7454a90a4b9b105c3c2e6d9734964791 /include/linux | |
| parent | 2bb9a6b32f98873adf89a0de04c898681a2c5b8e (diff) | |
isapnp driver semaphore to mutex
Changed the isapnp semaphore to a mutex.
[[email protected]: no externs-in-c]
[[email protected]: build fix]
Signed-off-by: Daniel Walker <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pnp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index b9339d8b95bc..cd6332b88829 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h @@ -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; |