From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932241AbbFOTBO (ORCPT ); Mon, 15 Jun 2015 15:01:14 -0400 Received: from mga03.intel.com ([134.134.136.65]:26430 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755892AbbFOS6H (ORCPT ); Mon, 15 Jun 2015 14:58:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,620,1427785200"; d="scan'208";a="747125413" From: Tomas Winkler To: gregkh@linuxfoundation.org Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, Tomas Winkler Subject: [char-misc-next 02/15 V2] mei: bus: rename nfc.c to bus-fixup.c Date: Mon, 15 Jun 2015 21:56:42 +0300 Message-Id: <1434394615-3754-3-git-send-email-tomas.winkler@intel.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1434394615-3754-1-git-send-email-tomas.winkler@intel.com> References: <1434394615-3754-1-git-send-email-tomas.winkler@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/misc/mei/Makefile | 2 +- drivers/misc/mei/{nfc.c => bus-fixup.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/misc/mei/{nfc.c => bus-fixup.c} (100%) 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 -- 2.4.3