Commit f1e34ad8 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Lee Jones

mfd: intel_soc_pmic_bxtwc: Move inclusion to c-file

There is no need to include intel_soc_pmic.h into header which doesn't
require it.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent ef84f885
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/mfd/core.h> #include <linux/mfd/core.h>
#include <linux/mfd/intel_bxtwc.h> #include <linux/mfd/intel_bxtwc.h>
#include <linux/mfd/intel_soc_pmic.h>
#include <asm/intel_pmc_ipc.h> #include <asm/intel_pmc_ipc.h>
/* PMIC device registers */ /* PMIC device registers */
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
* more details. * more details.
*/ */
#include <linux/mfd/intel_soc_pmic.h>
#ifndef __INTEL_BXTWC_H__ #ifndef __INTEL_BXTWC_H__
#define __INTEL_BXTWC_H__ #define __INTEL_BXTWC_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment