From: Marek Belisko Date: Tue, 14 Dec 2010 08:42:28 +0000 (+0100) Subject: staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c346541f3d8c6e90b6aadc0511c27a6de15fdee5;p=mv-sheeva.git staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c. Name of old file was misleading because it is currently updated to debugfs so change also file name. Signed-off-by: Marek Belisko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/Makefile b/drivers/staging/ft1000/ft1000-usb/Makefile index dd87ecd7918..f0f52401588 100644 --- a/drivers/staging/ft1000/ft1000-usb/Makefile +++ b/drivers/staging/ft1000/ft1000-usb/Makefile @@ -1,3 +1,3 @@ obj-$(CONFIG_FT1000_USB) += ft1000.o -ft1000-y := ft1000_chdev.o ft1000_download.o ft1000_hw.o ft1000_proc.o ft1000_usb.o +ft1000-y := ft1000_debug.o ft1000_download.o ft1000_hw.o ft1000_proc.o ft1000_usb.o diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c b/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c similarity index 100% rename from drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c rename to drivers/staging/ft1000/ft1000-usb/ft1000_debug.c