ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support
[deliverable/linux.git] / lib / ioremap.c
index 5730ecd3eb6678aca50355955955f0cf5ea5ee38..da4e2ad74b688db71fe2b0bcce0440c51641eefb 100644 (file)
@@ -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);
This page took 0.048386 seconds and 5 git commands to generate.