projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb3fec1
)
ACPICA: Linux Header: Remove unused OSL prototypes.
author
Lv Zheng
<lv.zheng@intel.com>
Wed, 8 Jan 2014 05:43:29 +0000
(13:43 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 8 Jan 2014 14:31:36 +0000
(15:31 +0100)
This patch removes 2 useless OSL prototypes as they are not used by Linux now.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/platform/aclinux.h
patch
|
blob
|
blame
|
history
diff --git
a/include/acpi/platform/aclinux.h
b/include/acpi/platform/aclinux.h
index 28f4f4dba0b667c5ee10001199ee87e02dd887ae..008aa287c7a9f3184bcd554058471aaf07e882a2 100644
(file)
--- a/
include/acpi/platform/aclinux.h
+++ b/
include/acpi/platform/aclinux.h
@@
-239,10
+239,6
@@
void acpi_os_unmap_memory(void __iomem * logical_address, acpi_size size);
*/
void early_acpi_os_unmap_memory(void __iomem * virt, acpi_size size);
-void acpi_os_gpe_count(u32 gpe_number);
-
-void acpi_os_fixed_event_count(u32 fixed_event_number);
-
#endif /* __KERNEL__ */
#endif /* __ACLINUX_H__ */