From fd8f9e12e2a3bb945959cd294768b265fb97480b Mon Sep 17 00:00:00 2001 From: Mark Greer Date: Wed, 13 Jan 2016 14:07:44 -0700 Subject: [PATCH] greybus: audio: Use underscore in file name For consistency with most other files in the Greybus repository, change 'audio-codec.c' to use an underscore instead of a hyphen in its name. Signed-off-by: Mark Greer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/Makefile | 2 +- drivers/staging/greybus/{audio-codec.c => audio_codec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/staging/greybus/{audio-codec.c => audio_codec.c} (100%) diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index d45a641076b9..fb0e02316b1c 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -29,7 +29,7 @@ gb-raw-y := raw.o gb-hid-y := hid.o gb-es2-y := es2.o gb-arche-y := arche-platform.o arche-apb-ctrl.o -gb-audio-codec-y := audio-codec.o +gb-audio-codec-y := audio_codec.o gb-camera-y := camera.o obj-m += greybus.o diff --git a/drivers/staging/greybus/audio-codec.c b/drivers/staging/greybus/audio_codec.c similarity index 100% rename from drivers/staging/greybus/audio-codec.c rename to drivers/staging/greybus/audio_codec.c -- 2.45.2