Re: [patch V3 05/20] acpi: Remove header dependency

2020-03-22 Thread Rafael J. Wysocki
On Sat, Mar 21, 2020 at 12:35 PM Thomas Gleixner wrote: > > From: Peter Zijlstra > > In order to avoid future header hell, remove the inclusion of > proc_fs.h from acpi_bus.h. All it needs is a forward declaration of a > struct. > > Signed-off-by: Peter Zijlstra (Intel) > Signed-off-by: Thomas G

Re: [patch V3 05/20] acpi: Remove header dependency

2020-03-21 Thread Andy Shevchenko
On Sat, Mar 21, 2020 at 1:34 PM Thomas Gleixner wrote: > > From: Peter Zijlstra > > In order to avoid future header hell, remove the inclusion of > proc_fs.h from acpi_bus.h. All it needs is a forward declaration of a > struct. > Acked-by: Andy Shevchenko # for PDx86 > Signed-off-by: Peter Zij

[patch V3 05/20] acpi: Remove header dependency

2020-03-21 Thread Thomas Gleixner
From: Peter Zijlstra In order to avoid future header hell, remove the inclusion of proc_fs.h from acpi_bus.h. All it needs is a forward declaration of a struct. Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Thomas Gleixner Cc: Darren Hart Cc: Andy Shevchenko Cc: platform-driver-...@vg