From: Tomas Winkler Date: Thu, 23 Jul 2015 12:08:34 +0000 (+0300) Subject: mei: bus: rename nfc.c to bus-fixup.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a0a785c4ab91656a5413b4cd5bb8ed59f39f7446;p=linux-beck.git mei: bus: rename nfc.c to bus-fixup.c The bus-fixup.c will be a place for fixups and quirks for all types of me client devices. As for now it contians only the fixup for setting the nfc device name on the me client bus. Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mei/Makefile b/drivers/misc/mei/Makefile index 518914a82b83..01447ca21c26 100644 --- a/drivers/misc/mei/Makefile +++ b/drivers/misc/mei/Makefile @@ -11,7 +11,7 @@ mei-objs += main.o mei-objs += amthif.o mei-objs += wd.o mei-objs += bus.o -mei-objs += nfc.o +mei-objs += bus-fixup.o mei-$(CONFIG_DEBUG_FS) += debugfs.o obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o diff --git a/drivers/misc/mei/nfc.c b/drivers/misc/mei/bus-fixup.c similarity index 100% rename from drivers/misc/mei/nfc.c rename to drivers/misc/mei/bus-fixup.c