From patchwork Fri Mar 17 15:37:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 9630967 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BFF1C60245 for ; Fri, 17 Mar 2017 15:38:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 98A78286B3 for ; Fri, 17 Mar 2017 15:38:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D945286B8; Fri, 17 Mar 2017 15:38:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43B1C286B3 for ; Fri, 17 Mar 2017 15:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751242AbdCQPiZ (ORCPT ); Fri, 17 Mar 2017 11:38:25 -0400 Received: from mga03.intel.com ([134.134.136.65]:53945 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbdCQPiV (ORCPT ); Fri, 17 Mar 2017 11:38:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489765100; x=1521301100; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=WboY7Ccavi/0Gh8B9joPVpxQ44dkGRiZwR+8UDeNayc=; b=s0LIy/D3Q9fCS+Zp18gjnC/OIoxN0hv18NOM6CdB7V5QB1lD5hD4r5Od I0k6hiBHwqel0aNAaoaFkOOI28oXkw==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Mar 2017 08:37:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,177,1486454400"; d="scan'208";a="61709603" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga002.jf.intel.com with ESMTP; 17 Mar 2017 08:37:47 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 792D72A0; Fri, 17 Mar 2017 17:37:16 +0200 (EET) From: Andy Shevchenko To: Lee Jones , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, platform-driver-x86@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v3 3/3] mfd: intel_soc_pmic_bxtwc: Rename header to follow c-file Date: Fri, 17 Mar 2017 17:37:15 +0200 Message-Id: <20170317153715.48555-3-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170317153715.48555-1-andriy.shevchenko@linux.intel.com> References: <20170317153715.48555-1-andriy.shevchenko@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP For better understanding of relationship between headers and modules rename: intel_bxtwc.h -> intel_soc_pmic_bxtwc.h While here, remove file name from the file itself. Signed-off-by: Andy Shevchenko --- drivers/mfd/intel_soc_pmic_bxtwc.c | 2 +- include/linux/mfd/{intel_bxtwc.h => intel_soc_pmic_bxtwc.h} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename include/linux/mfd/{intel_bxtwc.h => intel_soc_pmic_bxtwc.h} (96%) diff --git a/drivers/mfd/intel_soc_pmic_bxtwc.c b/drivers/mfd/intel_soc_pmic_bxtwc.c index c71db687b7ca..1496a862baa6 100644 --- a/drivers/mfd/intel_soc_pmic_bxtwc.c +++ b/drivers/mfd/intel_soc_pmic_bxtwc.c @@ -20,8 +20,8 @@ #include #include #include -#include #include +#include #include /* PMIC device registers */ diff --git a/include/linux/mfd/intel_bxtwc.h b/include/linux/mfd/intel_soc_pmic_bxtwc.h similarity index 96% rename from include/linux/mfd/intel_bxtwc.h rename to include/linux/mfd/intel_soc_pmic_bxtwc.h index 240d6752ec64..0c351bc85d2d 100644 --- a/include/linux/mfd/intel_bxtwc.h +++ b/include/linux/mfd/intel_soc_pmic_bxtwc.h @@ -1,5 +1,5 @@ /* - * intel_bxtwc.h - Header file for Intel Broxton Whiskey Cove PMIC + * Header file for Intel Broxton Whiskey Cove PMIC * * Copyright (C) 2015 Intel Corporation. All rights reserved. *