diff options
Diffstat (limited to 'arch/um/kernel/physmem.c')
-rw-r--r-- | arch/um/kernel/physmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index 5bf56af4d5b9..870c80c88a97 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c | |||
@@ -143,6 +143,7 @@ int phys_mapping(unsigned long phys, unsigned long long *offset_out) | |||
143 | 143 | ||
144 | return fd; | 144 | return fd; |
145 | } | 145 | } |
146 | EXPORT_SYMBOL(phys_mapping); | ||
146 | 147 | ||
147 | static int __init uml_mem_setup(char *line, int *add) | 148 | static int __init uml_mem_setup(char *line, int *add) |
148 | { | 149 | { |