]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf717e8b529986d82288240021ede1eb22a7603bc
treef54b3c2ed3c5041f1110059bf86c0ba547a7a50d
parentfdf2a57824eb59c5fa801c1bbc8088cb6d3dcd8a
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