V4L/DVB: ir-core: move rc map code to rc-map.h
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 4 Apr 2010 15:38:57 +0000 (12:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:56:58 +0000 (12:56 -0300)
commit4f9256b496677adf799342cee7d406dd46e566d9
treef54b3c2ed3c5041f1110059bf86c0ba547a7a50d
parent587835a4b0ada7d78c4f3300e3ab26b7b2495705
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>
include/media/ir-core.h
include/media/rc-map.h