Re: [PATCH v1 1/2] platform/x86: intel-vbtn: Remove redundant inclusions

2018-02-05 Thread Andy Shevchenko
On Wed, 2018-01-31 at 11:04 -0800, Darren Hart wrote: > On Wed, Jan 31, 2018 at 08:59:20PM +0200, Andy Shevchenko wrote: > > On Wed, Jan 31, 2018 at 8:50 PM, Darren Hart > > wrote: > > > On Wed, Jan 31, 2018 at 07:54:06PM +0200, Andy Shevchenko wrote: > > > > Some headers are not needed since the

Re: [PATCH v1 1/2] platform/x86: intel-vbtn: Remove redundant inclusions

2018-01-31 Thread Darren Hart
On Wed, Jan 31, 2018 at 08:59:20PM +0200, Andy Shevchenko wrote: > On Wed, Jan 31, 2018 at 8:50 PM, Darren Hart wrote: > > On Wed, Jan 31, 2018 at 07:54:06PM +0200, Andy Shevchenko wrote: > >> Some headers are not needed since the driver can be built as module. > >> Remove them. > > > > Removing i

Re: [PATCH v1 1/2] platform/x86: intel-vbtn: Remove redundant inclusions

2018-01-31 Thread Andy Shevchenko
On Wed, Jan 31, 2018 at 8:50 PM, Darren Hart wrote: > On Wed, Jan 31, 2018 at 07:54:06PM +0200, Andy Shevchenko wrote: >> Some headers are not needed since the driver can be built as module. >> Remove them. > > Removing init because it's included by module.h, and removing acpi_bus.h > because it's

Re: [PATCH v1 1/2] platform/x86: intel-vbtn: Remove redundant inclusions

2018-01-31 Thread Darren Hart
On Wed, Jan 31, 2018 at 07:54:06PM +0200, Andy Shevchenko wrote: > Some headers are not needed since the driver can be built as module. > Remove them. Removing init because it's included by module.h, and removing acpi_bus.h because it's included by acpi.h - but not because it can be built as a mod

[PATCH v1 1/2] platform/x86: intel-vbtn: Remove redundant inclusions

2018-01-31 Thread Andy Shevchenko
Some headers are not needed since the driver can be built as module. Remove them. While here, sort headers alphabetically. Signed-off-by: Andy Shevchenko --- drivers/platform/x86/intel-vbtn.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/platform/x86/intel-