ACPI: remove deprecated ACPI procfs I/F
Rmove deprecated ACPI procfs I/F, including /proc/acpi/debug_layer /proc/acpi/debug_level /proc/acpi/info /proc/acpi/dsdt /proc/acpi/fadt /proc/acpi/sleep because the sysfs I/F is already available and has been working well for years. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -22,15 +22,8 @@
|
||||
|
||||
int init_acpi_device_notify(void);
|
||||
int acpi_scan_init(void);
|
||||
int acpi_system_init(void);
|
||||
int acpi_sysfs_init(void);
|
||||
|
||||
#ifdef CONFIG_ACPI_DEBUG
|
||||
int acpi_debug_init(void);
|
||||
#else
|
||||
static inline int acpi_debug_init(void) { return 0; }
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
int acpi_debugfs_init(void);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user