diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-09 21:09:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:36 -0500 |
commit | f62de675f796a992011c598c405a3d6fada9aa20 (patch) | |
tree | 4be45d3663393a8f783d1fa8116bfca8ad645376 /drivers/media/rc/ir-rc5-sz-decoder.c | |
parent | 32cf86f6d16367db5a10039c1dd938a2427d697c (diff) |
[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-sz-decoder.c')
-rw-r--r-- | drivers/media/rc/ir-rc5-sz-decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/ir-rc5-sz-decoder.c b/drivers/media/rc/ir-rc5-sz-decoder.c index 7c413501a3f7..0c3b6eb4ccd6 100644 --- a/drivers/media/rc/ir-rc5-sz-decoder.c +++ b/drivers/media/rc/ir-rc5-sz-decoder.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * the first two bits are start bits, and a third one is a filing bit | 20 | * the first two bits are start bits, and a third one is a filing bit |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "ir-core-priv.h" | 23 | #include "rc-core-priv.h" |
24 | 24 | ||
25 | #define RC5_SZ_NBITS 15 | 25 | #define RC5_SZ_NBITS 15 |
26 | #define RC5_UNIT 888888 /* ns */ | 26 | #define RC5_UNIT 888888 /* ns */ |