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 | |
parent | 9e0c20bceb611917a7546172ac617d07e5af0cfa (diff) | |
parent | 81e88fdc432a1552401d6e91a984dcccce72b8dc (diff) |
Merge branch 'apei' into release
Diffstat (limited to 'lib')
-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 @@ | |||
9 | #include <linux/mm.h> | 9 | #include <linux/mm.h> |
10 | #include <linux/sched.h> | 10 | #include <linux/sched.h> |
11 | #include <linux/io.h> | 11 | #include <linux/io.h> |
12 | #include <linux/module.h> | ||
12 | #include <asm/cacheflush.h> | 13 | #include <asm/cacheflush.h> |
13 | #include <asm/pgtable.h> | 14 | #include <asm/pgtable.h> |
14 | 15 | ||
@@ -90,3 +91,4 @@ int ioremap_page_range(unsigned long addr, | |||
90 | 91 | ||
91 | return err; | 92 | return err; |
92 | } | 93 | } |
94 | EXPORT_SYMBOL_GPL(ioremap_page_range); | ||