commit | 8b9d6802583a1ef6977e4b059f9fa848e6882253 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Fri Jul 21 14:39:33 2017 +0300 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Jul 22 00:04:50 2017 +0200 |
tree | e9665212286a632c2d51b55b171b1cf86482e60b | |
parent | 01c1da2897918b718de65abb3070ea6985aecbd1 [diff] |
ACPI: Constify acpi_bus helper functions, switch to macros Constify arguments to is_acpi_node(), is_acpi_device_node(), is_acpi_static_node() and acpi_data_node_match(). Make to_acpi_device_node() and to_acpi_data_node() macros that can cope with const and non-const arguments. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>