diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-26 19:45:31 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-26 19:45:31 +0100 |
commit | 2e13e5aeda156f747919c7111723b9302836fb38 (patch) | |
tree | 937e4f52279e12792c4dfedf3fcf31b6a71a7ff9 /include/linux/acpi.h | |
parent | 935dff305da2be7957a5ce8f07f45d6c4c1c6984 (diff) | |
parent | 985e9ece1e55a94da842f6c1f9ff84d587b26267 (diff) | |
download | lwn-2e13e5aeda156f747919c7111723b9302836fb38.tar.gz lwn-2e13e5aeda156f747919c7111723b9302836fb38.zip |
Merge branch 'acpi-properties'
Merge fix and cleanup related to the management of ACPI device
properties for 5.16-rc3.
* acpi-properties:
ACPI: Make acpi_node_get_parent() local
ACPI: Get acpi_device's parent from the parent field
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 668d007f0917..b28f8790192a 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -1182,7 +1182,6 @@ int acpi_node_prop_get(const struct fwnode_handle *fwnode, const char *propname, struct fwnode_handle *acpi_get_next_subnode(const struct fwnode_handle *fwnode, struct fwnode_handle *child); -struct fwnode_handle *acpi_node_get_parent(const struct fwnode_handle *fwnode); struct acpi_probe_entry; typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *, @@ -1288,12 +1287,6 @@ acpi_get_next_subnode(const struct fwnode_handle *fwnode, } static inline struct fwnode_handle * -acpi_node_get_parent(const struct fwnode_handle *fwnode) -{ - return NULL; -} - -static inline struct fwnode_handle * acpi_graph_get_next_endpoint(const struct fwnode_handle *fwnode, struct fwnode_handle *prev) { |