Commit 5e49f9a3 authored by Russell King's avatar Russell King

[ARM] Add linux/module.h include for ioremap.

parent 135247bf
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* We use MMU protection domains to trap any attempt to access the bank * We use MMU protection domains to trap any attempt to access the bank
* that is not currently mapped. (This isn't fully implemented yet.) * that is not currently mapped. (This isn't fully implemented yet.)
*/ */
#include <linux/module.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment