diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-15 17:46:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:46 -0400 |
commit | d46844300ccd99444d32e481751b6508c8c7834e (patch) | |
tree | fb624aaedbf6e50b1a5570bd67d96b5c0f557929 /drivers/media/IR/rc-map.c | |
parent | 15100d891a53ffc717cec21d805f8c49db51fb65 (diff) |
V4L/DVB: ir-core: fix double spinlock init in drivers/media/IR/rc-map.c
Fix a double initialization of the same spinlock in drivers/media/IR/rc-map.c.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/rc-map.c')
-rw-r--r-- | drivers/media/IR/rc-map.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c index 1a3f4b123a37..caf6a27b08c2 100644 --- a/drivers/media/IR/rc-map.c +++ b/drivers/media/IR/rc-map.c | |||
@@ -81,8 +81,3 @@ void ir_unregister_map(struct rc_keymap *map) | |||
81 | } | 81 | } |
82 | EXPORT_SYMBOL_GPL(ir_unregister_map); | 82 | EXPORT_SYMBOL_GPL(ir_unregister_map); |
83 | 83 | ||
84 | void rc_map_init(void) | ||
85 | { | ||
86 | spin_lock_init(&rc_map_lock); | ||
87 | |||
88 | } | ||