]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: intel_soc_pmic_bxtwc: Rename header to follow c-file
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 Mar 2017 15:37:15 +0000 (17:37 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:05 +0000 (09:25 +0100)
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/intel_soc_pmic_bxtwc.c
include/linux/mfd/intel_soc_pmic_bxtwc.h [moved from include/linux/mfd/intel_bxtwc.h with 96% similarity]

index c71db687b7ca4fe1665a74389a50890c207ec4c6..1496a862baa6ba5acc0a73f644973389eba28fe1 100644 (file)
@@ -20,8 +20,8 @@
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
 #include <linux/mfd/core.h>
-#include <linux/mfd/intel_bxtwc.h>
 #include <linux/mfd/intel_soc_pmic.h>
+#include <linux/mfd/intel_soc_pmic_bxtwc.h>
 #include <asm/intel_pmc_ipc.h>
 
 /* PMIC device registers */
similarity index 96%
rename from include/linux/mfd/intel_bxtwc.h
rename to include/linux/mfd/intel_soc_pmic_bxtwc.h
index 240d6752ec644988fe1ba470955011e45b413911..0c351bc85d2d86de2c980a550c3cb76ab28ad814 100644 (file)
@@ -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.
  *