From 4924a311a62f7326dc1220f3abd72b7785d72e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20H=C3=A4rdeman?= Date: Thu, 3 Apr 2014 20:34:28 -0300 Subject: [PATCH] [media] rc-core: rename ir-raw.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/rc/Makefile | 2 +- drivers/media/rc/{ir-raw.c => rc-ir-raw.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename drivers/media/rc/{ir-raw.c => rc-ir-raw.c} (99%) diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile index d07576f..096eb06 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 similarity index 99% rename from drivers/media/rc/ir-raw.c rename to drivers/media/rc/rc-ir-raw.c index c72f57c..e772c4c 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 * -- 2.7.4