mirror of https://github.com/torvalds/linux.git
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
|
|
@ -206,6 +206,7 @@ void __iomem *devm_ioremap_resource_wc(struct device *dev,
|
||||||
{
|
{
|
||||||
return __devm_ioremap_resource(dev, res, DEVM_IOREMAP_WC);
|
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
|
* devm_of_iomap - Requests a resource and maps the memory mapped IO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue