diff options
author | Suthikulpanit, Suravee <Suravee.Suthikulpanit@amd.com> | 2015-10-28 18:50:51 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-11-06 19:29:22 -0500 |
commit | ab3d527329f01dd63dc852041006d1a24895d116 (patch) | |
tree | 992f8b6afc3af79edb8ce18c31b579f33cda8313 /include/linux/property.h | |
parent | 1831eff876bd0bb8d64e9965a7ff47486c9a3ecd (diff) |
device property: ACPI: Remove unused DMA APIs
These DMA APIs are replaced with the newer versions, which return
the enum dev_dma_attr. So, we can safely remove them.
Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/property.h b/include/linux/property.h index 7200490b7e6f..0a3705a7c9f2 100644 --- a/include/linux/property.h +++ b/include/linux/property.h | |||
@@ -174,8 +174,6 @@ struct property_set { | |||
174 | 174 | ||
175 | void device_add_property_set(struct device *dev, struct property_set *pset); | 175 | void device_add_property_set(struct device *dev, struct property_set *pset); |
176 | 176 | ||
177 | bool device_dma_is_coherent(struct device *dev); | ||
178 | |||
179 | bool device_dma_supported(struct device *dev); | 177 | bool device_dma_supported(struct device *dev); |
180 | 178 | ||
181 | enum dev_dma_attr device_get_dma_attr(struct device *dev); | 179 | enum dev_dma_attr device_get_dma_attr(struct device *dev); |