diff options
author | 2013-12-17 15:02:14 +0530 | |
---|---|---|
committer | 2014-01-06 00:13:23 +0100 | |
commit | b8a0b0d199307eca0e99c30a06c9ed85a7f49678 (patch) | |
tree | 49dbbb5ee863e68d5f90a3e04a5996ae6b8840ad /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ACPI / dock: Include appropriate header file in dock.c (diff) | |
download | linux-dev-b8a0b0d199307eca0e99c30a06c9ed85a7f49678.tar.xz linux-dev-b8a0b0d199307eca0e99c30a06c9ed85a7f49678.zip |
ACPI / EC: Remove unused functions and add prototype declaration in internal.h
Adds the prototype declarations of functions acpi_ec_add_query_handler()
and acpi_ec_remove_query_handler() in header file internal.h and removes
unused functions ec_burst_enable() and ec_burst_disable() in ec.c.
This eliminates the following warnings in ec.c:
drivers/acpi/ec.c:393:5: warning: no previous prototype for ‘ec_burst_enable’ [-Wmissing-prototypes]
drivers/acpi/ec.c:402:5: warning: no previous prototype for ‘ec_burst_disable’ [-Wmissing-prototypes]
drivers/acpi/ec.c:531:5: warning: no previous prototype for ‘acpi_ec_add_query_handler’ [-Wmissing-prototypes]
drivers/acpi/ec.c:552:6: warning: no previous prototype for ‘acpi_ec_remove_query_handler’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions