diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index af424acd393d..921fa0a74df6 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -631,8 +631,6 @@ extern unsigned long devm_get_free_pages(struct device *dev, | |||
631 | extern void devm_free_pages(struct device *dev, unsigned long addr); | 631 | extern void devm_free_pages(struct device *dev, unsigned long addr); |
632 | 632 | ||
633 | void __iomem *devm_ioremap_resource(struct device *dev, struct resource *res); | 633 | void __iomem *devm_ioremap_resource(struct device *dev, struct resource *res); |
634 | void __iomem *devm_request_and_ioremap(struct device *dev, | ||
635 | struct resource *res); | ||
636 | 634 | ||
637 | /* allows to add/remove a custom action to devres stack */ | 635 | /* allows to add/remove a custom action to devres stack */ |
638 | int devm_add_action(struct device *dev, void (*action)(void *), void *data); | 636 | int devm_add_action(struct device *dev, void (*action)(void *), void *data); |