Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: remove "config ACPI_DEBUG_FUNC_TRACE"

Kconfig symbol ACPI_DEBUG_FUNC_TRACE was only used (through its
corresponding macro) in drivers/acpi/acpica/acmacros.h. That macro
was removed from that header in v3.8, with commit
86ff0e508f88eda6e479a897476026055831d2d8 ("ACPICA: Fix unmerged
acmacros.h divergences."), so ACPI_DEBUG_FUNC_TRACE can now be
removed too, as it is unused.

[rjw: Changelog]
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Paul Bolle and committed by
Rafael J. Wysocki
0fa8794e 545d6e18

-8
-8
drivers/acpi/Kconfig
··· 298 298 Documentation/kernel-parameters.txt to control the type and 299 299 amount of debug output. 300 300 301 - config ACPI_DEBUG_FUNC_TRACE 302 - bool "Additionally enable ACPI function tracing" 303 - default n 304 - depends on ACPI_DEBUG 305 - help 306 - ACPI Debug Statements slow down ACPI processing. Function trace 307 - is about half of the penalty and is rarely useful. 308 - 309 301 config ACPI_PCI_SLOT 310 302 bool "PCI slot detection driver" 311 303 depends on SYSFS