diff options
author | Heikki Krogerus | 2021-11-15 15:10:01 +0300 |
---|---|---|
committer | Rafael J. Wysocki | 2021-11-24 15:28:01 +0100 |
commit | 2338e7bcef445059a99848a3eddde0b556277663 (patch) | |
tree | 85a8fa80a3cb14aba0f67b4f52657abbeef45d8d /include/linux/property.h | |
parent | 982b94ba0983bee504cdd317428cc012c8405c78 (diff) |
device property: Remove device_add_properties() API
There are no more users for it.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/property.h')
-rw-r--r-- | include/linux/property.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/property.h b/include/linux/property.h index 88fa726a76df..16f736c698a2 100644 --- a/include/linux/property.h +++ b/include/linux/property.h @@ -378,10 +378,6 @@ property_entries_dup(const struct property_entry *properties); void property_entries_free(const struct property_entry *properties); -int device_add_properties(struct device *dev, - const struct property_entry *properties); -void device_remove_properties(struct device *dev); - bool device_dma_supported(struct device *dev); enum dev_dma_attr device_get_dma_attr(struct device *dev); |