mirror of
https://github.com/torvalds/linux.git
synced 2025-08-15 14:11:42 +02:00
devres: Export devm_ioremap_resource_wc()
devm_ioremap_resource_wc() is not exported, so add one. Link: https://lore.kernel.org/r/20250423-dt-memory-region-v2-v2-3-2fbd6ebd3c88@kernel.org Acked-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
parent
df56b2443e
commit
1b765f8bda
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ void __iomem *devm_ioremap_resource_wc(struct device *dev,
|
|||
{
|
||||
return __devm_ioremap_resource(dev, res, DEVM_IOREMAP_WC);
|
||||
}
|
||||
EXPORT_SYMBOL(devm_ioremap_resource_wc);
|
||||
|
||||
/*
|
||||
* devm_of_iomap - Requests a resource and maps the memory mapped IO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue