remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / scripts / coccinelle / free / devm_free.cocci
index 441799b..9330d42 100644 (file)
@@ -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(...)
 )