diff options
Diffstat (limited to 'hwaccess_physmap.c')
-rw-r--r-- | hwaccess_physmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwaccess_physmap.c b/hwaccess_physmap.c index 81adf18e..f95b5f64 100644 --- a/hwaccess_physmap.c +++ b/hwaccess_physmap.c @@ -121,7 +121,7 @@ static void sys_physunmap_unaligned(void *virt_addr, size_t len) #define MEM_DEV "" -void *sys_physmap(uintptr_t phys_addr, size_t len) +static void *sys_physmap(uintptr_t phys_addr, size_t len) { return (void *)phys_to_virt(phys_addr); } |