diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-10 05:09:57 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 13:16:36 +0300 |
commit | f62de675f796a992011c598c405a3d6fada9aa20 (patch) | |
tree | 4be45d3663393a8f783d1fa8116bfca8ad645376 /drivers/media/rc/ir-rc5-decoder.c | |
parent | 32cf86f6d16367db5a10039c1dd938a2427d697c (diff) | |
download | linux-f62de675f796a992011c598c405a3d6fada9aa20.tar.xz |
[media] Rename rc-core files from ir- to rc-
As protocol decoders are specific to InfraRed, keep their names as-is.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/ir-rc5-decoder.c')
-rw-r--r-- | drivers/media/rc/ir-rc5-decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/ir-rc5-decoder.c b/drivers/media/rc/ir-rc5-decoder.c index 572ed4ca8c68..c07f6e0bb962 100644 --- a/drivers/media/rc/ir-rc5-decoder.c +++ b/drivers/media/rc/ir-rc5-decoder.c @@ -20,7 +20,7 @@ * the first two bits are start bits, and a third one is a filing bit */ -#include "ir-core-priv.h" +#include "rc-core-priv.h" #define RC5_NBITS 14 #define RC5X_NBITS 20 |