Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Lan Tianyu
2013/10/28 Paul Bolle : > On Mon, 2013-10-28 at 07:22 +0100, Michael Opdenacker wrote: >> [...] CONFIG_ACPI_PROCFS is no longer used anywhere, neither in >> Makefiles nor in the source code. ACPI_PROCFS isn't event used in >> Kconfig files as an intermediate dependency. >> >> What I deduce from tha

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Michael Opdenacker
Hi Paul, On 10/28/2013 09:27 AM, Paul Bolle wrote: > On Mon, 2013-10-28 at 07:22 +0100, Michael Opdenacker wrote: >> [...] CONFIG_ACPI_PROCFS is no longer used anywhere, neither in >> Makefiles nor in the source code. ACPI_PROCFS isn't event used in >> Kconfig files as an intermediate dependency.

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-28 Thread Paul Bolle
On Mon, 2013-10-28 at 07:22 +0100, Michael Opdenacker wrote: > [...] CONFIG_ACPI_PROCFS is no longer used anywhere, neither in > Makefiles nor in the source code. ACPI_PROCFS isn't event used in > Kconfig files as an intermediate dependency. > > What I deduce from that is that even if you set CONF

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-27 Thread Michael Opdenacker
Hi Lan, Thank you very much for this review! On 10/28/2013 07:13 AM, Lan Tianyu wrote: > 2013/10/27 Michael Opdenacker : >> This patch removes the ACPI_PROCFS parameter >> (support for legacy /proc/acpi), which is defined >> but no longer used anywhere in the makefiles and source code. >> > I thi

Re: [PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-27 Thread Lan Tianyu
2013/10/27 Michael Opdenacker : > This patch removes the ACPI_PROCFS parameter > (support for legacy /proc/acpi), which is defined > but no longer used anywhere in the makefiles and source code. > I think this should be not removed now. Since there are still interfaces under /proc/acpi (E.G, /proc

[PATCH] ACPI: remove unused ACPI_PROCFS Kconfig param

2013-10-26 Thread Michael Opdenacker
This patch removes the ACPI_PROCFS parameter (support for legacy /proc/acpi), which is defined but no longer used anywhere in the makefiles and source code. Signed-off-by: Michael Opdenacker --- drivers/acpi/Kconfig | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/acpi/K