浏览代码

[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>
David Härdeman 11 年之前
父节点
当前提交
4924a311a6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/media/rc/Makefile
  2. 1 1
      drivers/media/rc/rc-ir-raw.c

+ 1 - 1
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/
 

+ 1 - 1
drivers/media/rc/ir-raw.c → 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
  *