diff options
Diffstat (limited to 'arch/um/kernel/physmem.c')
-rw-r--r-- | arch/um/kernel/physmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index a55d221d8a4c..1fe86d8cf092 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c | |||
@@ -115,7 +115,7 @@ void __init setup_physmem(unsigned long start, unsigned long reserve_end, | |||
115 | len - bootmap_size - reserve); | 115 | len - bootmap_size - reserve); |
116 | } | 116 | } |
117 | 117 | ||
118 | int phys_mapping(unsigned long phys, __u64 *offset_out) | 118 | int phys_mapping(unsigned long phys, unsigned long long *offset_out) |
119 | { | 119 | { |
120 | int fd = -1; | 120 | int fd = -1; |
121 | 121 | ||