]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/media/rc/keymaps/rc-npgtech.c
[media] rc: use rc_map_ prefix for all rc map tables
[linux-beck.git] / drivers / media / rc / keymaps / rc-npgtech.c
index fdfa549323cc1aa8f34eebb2ec7b0e99b2b0ed81..4aa588bf6d6917f79ff9f0ad77360ad50064230a 100644 (file)
@@ -54,7 +54,7 @@ static struct rc_map_table npgtech[] = {
 
 };
 
-static struct rc_keymap npgtech_map = {
+static struct rc_map_list npgtech_map = {
        .map = {
                .scan    = npgtech,
                .size    = ARRAY_SIZE(npgtech),
@@ -65,12 +65,12 @@ static struct rc_keymap npgtech_map = {
 
 static int __init init_rc_map_npgtech(void)
 {
-       return ir_register_map(&npgtech_map);
+       return rc_map_register(&npgtech_map);
 }
 
 static void __exit exit_rc_map_npgtech(void)
 {
-       ir_unregister_map(&npgtech_map);
+       rc_map_unregister(&npgtech_map);
 }
 
 module_init(init_rc_map_npgtech)