浏览代码

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 <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tomas Winkler 10 年之前
父节点
当前提交
a0a785c4ab
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/misc/mei/Makefile
  2. 0 0
      drivers/misc/mei/bus-fixup.c

+ 1 - 1
drivers/misc/mei/Makefile

@@ -11,7 +11,7 @@ mei-objs += main.o
 mei-objs += amthif.o
 mei-objs += amthif.o
 mei-objs += wd.o
 mei-objs += wd.o
 mei-objs += bus.o
 mei-objs += bus.o
-mei-objs += nfc.o
+mei-objs += bus-fixup.o
 mei-$(CONFIG_DEBUG_FS) += debugfs.o
 mei-$(CONFIG_DEBUG_FS) += debugfs.o
 
 
 obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
 obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o

+ 0 - 0
drivers/misc/mei/nfc.c → drivers/misc/mei/bus-fixup.c