diff options
author | Len Brown <len.brown@intel.com> | 2011-01-12 05:02:22 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 05:02:22 -0500 |
commit | 03b6e6e58d9dd5f3068288653810db3c15fde929 (patch) | |
tree | b6edb300df2e230230f1f7428ffa54f27b0a040d /lib/ioremap.c | |
parent | 9e0c20bceb611917a7546172ac617d07e5af0cfa (diff) | |
parent | 81e88fdc432a1552401d6e91a984dcccce72b8dc (diff) | |
download | blackbird-op-linux-03b6e6e58d9dd5f3068288653810db3c15fde929.tar.gz blackbird-op-linux-03b6e6e58d9dd5f3068288653810db3c15fde929.zip |
Merge branch 'apei' into release
Diffstat (limited to 'lib/ioremap.c')
-rw-r--r-- | lib/ioremap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ioremap.c b/lib/ioremap.c index 5730ecd3eb66..da4e2ad74b68 100644 --- a/lib/ioremap.c +++ b/lib/ioremap.c @@ -9,6 +9,7 @@ #include <linux/mm.h> #include <linux/sched.h> #include <linux/io.h> +#include <linux/module.h> #include <asm/cacheflush.h> #include <asm/pgtable.h> @@ -90,3 +91,4 @@ int ioremap_page_range(unsigned long addr, return err; } +EXPORT_SYMBOL_GPL(ioremap_page_range); |