summaryrefslogtreecommitdiff
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2014-04-03 20:34:28 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-25 20:01:25 -0300
commit4924a311a62f7326dc1220f3abd72b7785d72e6f (patch)
treeda558db6214bc5c8bd40ff279f7d49ecc3c72a39 /drivers/media/rc
parent9c46c7facda384f8fb6078e70b4e84ff84ed949d (diff)
[media] rc-core: rename ir-raw.c
Better to be coherent and prefix this file with rc-, in order to help to identify to what subsystem it belongs. This is in preparaton for a latter patch that will transform the raw handling into a separate module. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/Makefile2
-rw-r--r--drivers/media/rc/rc-ir-raw.c (renamed from drivers/media/rc/ir-raw.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile
index d07576f417dc..096eb0692a04 100644
--- a/drivers/media/rc/Makefile
+++ b/drivers/media/rc/Makefile
@@ -1,4 +1,4 @@
-rc-core-objs := rc-main.o ir-raw.o
+rc-core-objs := rc-main.o rc-ir-raw.o
obj-y += keymaps/
diff --git a/drivers/media/rc/ir-raw.c b/drivers/media/rc/rc-ir-raw.c
index c72f57cebfd2..e772c4cf9f61 100644
--- a/drivers/media/rc/ir-raw.c
+++ b/drivers/media/rc/rc-ir-raw.c
@@ -1,4 +1,4 @@
-/* ir-raw.c - handle IR pulse/space events
+/* rc-ir-raw.c - handle IR pulse/space events
*
* Copyright (C) 2010 by Mauro Carvalho Chehab
*