On Fri, 17 Mar 2017, Andy Shevchenko wrote: > There is no need to include intel_soc_pmic.h into header which doesn't > require it. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/mfd/intel_soc_pmic_bxtwc.c | 1 + > include/linux/mfd/intel_bxtwc.h | 2 -- > 2 files changed, 1 insertion(+), 2 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/intel_soc_pmic_bxtwc.c b/drivers/mfd/intel_soc_pmic_bxtwc.c > index 699c8c7c9052..c71db687b7ca 100644 > --- a/drivers/mfd/intel_soc_pmic_bxtwc.c > +++ b/drivers/mfd/intel_soc_pmic_bxtwc.c > @@ -21,6 +21,7 @@ > #include <linux/kernel.h> > #include <linux/mfd/core.h> > #include <linux/mfd/intel_bxtwc.h> > +#include <linux/mfd/intel_soc_pmic.h> > #include <asm/intel_pmc_ipc.h> > > /* PMIC device registers */ > diff --git a/include/linux/mfd/intel_bxtwc.h b/include/linux/mfd/intel_bxtwc.h > index 1a0ee9d6efe9..240d6752ec64 100644 > --- a/include/linux/mfd/intel_bxtwc.h > +++ b/include/linux/mfd/intel_bxtwc.h > @@ -13,8 +13,6 @@ > * more details. > */ > > -#include <linux/mfd/intel_soc_pmic.h> > - > #ifndef __INTEL_BXTWC_H__ > #define __INTEL_BXTWC_H__ > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html