From: Mark Greer Date: Wed, 13 Jan 2016 21:07:44 +0000 (-0700) Subject: greybus: audio: Use underscore in file name X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~833 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fd8f9e12e2a3bb945959cd294768b265fb97480b;p=users%2Fjedix%2Flinux-maple.git 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 --- 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