Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Pull ioremap updates from Christoph Hellwig: "Remove the ioremap_nocache API (plus wrappers) that are always identical to ioremap" * tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap: remove ioremap_nocache and devm_ioremap_nocache MIPS: define ioremap_nocache to ioremap
This commit is contained in:
@@ -51,8 +51,6 @@ expression x;
|
||||
x = devm_request_irq(...)
|
||||
|
|
||||
x = devm_ioremap(...)
|
||||
|
|
||||
x = devm_ioremap_nocache(...)
|
||||
|
|
||||
x = devm_ioport_map(...)
|
||||
)
|
||||
@@ -84,8 +82,6 @@ position p;
|
||||
x = request_irq(...)
|
||||
|
|
||||
x = ioremap(...)
|
||||
|
|
||||
x = ioremap_nocache(...)
|
||||
|
|
||||
x = ioport_map(...)
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@ int ret;
|
||||
position p1,p2,p3;
|
||||
@@
|
||||
|
||||
e = \(ioremap@p1\|ioremap_nocache@p1\)(...)
|
||||
e = \(ioremap@p1\)(...)
|
||||
... when != iounmap(e)
|
||||
if (<+...e...+>) S
|
||||
... when any
|
||||
|
||||
Reference in New Issue
Block a user