aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorThomas Renninger <trenn@suse.de>2013-07-15 04:15:09 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-07-15 07:56:36 -0400
commit1696d9dc57e062ce5200f6a42a6aaada15b434bb (patch)
treef8deb88d4c8473dbbc5b140af9e1462a360d2def /include/acpi
parentad81f0545ef01ea651886dddac4bef6cec930092 (diff)
ACPI: Remove the old /proc/acpi/event interface
It is quite some time that this one has been deprecated. Get rid of it. Should some really important user be overseen, it may be reverted and the userspace program worked on first, but it is time to do something to get rid of this old stuff... Signed-off-by: Thomas Renninger <trenn@suse.de> Acked-by: Matthew Garrett <matthew.garrett@nebula.com> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 56e6b68c8d2f..2650d1f19e43 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -383,15 +383,6 @@ bool acpi_bus_can_wakeup(acpi_handle handle);
383static inline bool acpi_bus_can_wakeup(acpi_handle handle) { return false; } 383static inline bool acpi_bus_can_wakeup(acpi_handle handle) { return false; }
384#endif 384#endif
385 385
386#ifdef CONFIG_ACPI_PROC_EVENT
387int acpi_bus_generate_proc_event(struct acpi_device *device, u8 type, int data);
388int acpi_bus_generate_proc_event4(const char *class, const char *bid, u8 type, int data);
389int acpi_bus_receive_event(struct acpi_bus_event *event);
390#else
391static inline int acpi_bus_generate_proc_event(struct acpi_device *device, u8 type, int data)
392 { return 0; }
393#endif
394
395void acpi_scan_lock_acquire(void); 386void acpi_scan_lock_acquire(void);
396void acpi_scan_lock_release(void); 387void acpi_scan_lock_release(void);
397int acpi_scan_add_handler(struct acpi_scan_handler *handler); 388int acpi_scan_add_handler(struct acpi_scan_handler *handler);