aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/acparser.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2012-12-31 00:05:17 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-01-10 12:36:19 +0100
commit04a81dce13c672757637b759039de216ed29a536 (patch)
tree06ce2b5dceb2f1b9cea0e480bb1676810c8f889e /drivers/acpi/acpica/acparser.h
parentACPICA: Change exception code for LoadTable operator. (diff)
downloadlinux-dev-04a81dce13c672757637b759039de216ed29a536.tar.xz
linux-dev-04a81dce13c672757637b759039de216ed29a536.zip
ACPICA: Eliminate some small unnecessary pathname functions.
Removed several small pathname functions to increase efficiency. Essentially, they replace a function call with a single compare. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acparser.h')
-rw-r--r--drivers/acpi/acpica/acparser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acparser.h b/drivers/acpi/acpica/acparser.h
index eefcf47a61a0..24a59056eee1 100644
--- a/drivers/acpi/acpica/acparser.h
+++ b/drivers/acpi/acpica/acparser.h
@@ -211,8 +211,6 @@ void acpi_ps_free_op(union acpi_parse_object *op);
u8 acpi_ps_is_leading_char(u32 c);
-u8 acpi_ps_is_prefix_char(u32 c);
-
#ifdef ACPI_FUTURE_USAGE
u32 acpi_ps_get_name(union acpi_parse_object *op);
#endif /* ACPI_FUTURE_USAGE */