V4L/DVB: ir-core: fix double spinlock init in drivers/media/IR/rc-map.c
[linux-2.6-block.git] / drivers / media / IR / rc-map.c
index 1a3f4b123a37a995e3d99fc2f127597d081d1641..caf6a27b08c2f918f0332be010676c23f2cb5821 100644 (file)
@@ -81,8 +81,3 @@ void ir_unregister_map(struct rc_keymap *map)
 }
 EXPORT_SYMBOL_GPL(ir_unregister_map);
 
-void rc_map_init(void)
-{
-       spin_lock_init(&rc_map_lock);
-
-}