[media] rc-core: rename ir-raw.c
authorDavid Härdeman <david@hardeman.nu>
Thu, 3 Apr 2014 23:34:28 +0000 (20:34 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 25 Jul 2014 23:01:25 +0000 (20:01 -0300)
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>
drivers/media/rc/Makefile
drivers/media/rc/rc-ir-raw.c [moved from drivers/media/rc/ir-raw.c with 99% similarity]

index d07576f..096eb06 100644 (file)
@@ -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/
 
similarity index 99%
rename from drivers/media/rc/ir-raw.c
rename to drivers/media/rc/rc-ir-raw.c
index c72f57c..e772c4c 100644 (file)
@@ -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
  *