commit | 4f9256b496677adf799342cee7d406dd46e566d9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Apr 04 12:38:57 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 19 12:56:58 2010 -0300 |
tree | f54b3c2ed3c5041f1110059bf86c0ba547a7a50d | |
parent | 587835a4b0ada7d78c4f3300e3ab26b7b2495705 [diff] |
V4L/DVB: ir-core: move rc map code to rc-map.h The keymaps don't need to be recompiled every time a change at ir-core.h happens, since it only depends on rc-map defines. By moving those definitions to the proper header, the code became cleaner, and avoids needing to recompile all the RC maps every time a non-related change is introduced. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>