remove ioremap_nocache and devm_ioremap_nocache
[sfrench/cifs-2.6.git] / scripts / coccinelle / free / iounmap.cocci
index 0e60e1113a1d7f9e6cff2fb7a4b11e4dc8d6cc71..63b81d0c97b61df2bf02c8f9e8f9c30e254f6957 100644 (file)
@@ -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