diff options
| -rw-r--r-- | arch/microblaze/include/asm/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/highmem.h b/arch/microblaze/include/asm/highmem.h index 2446a73140ac..d04638932438 100644 --- a/arch/microblaze/include/asm/highmem.h +++ b/arch/microblaze/include/asm/highmem.h | |||
| @@ -71,7 +71,7 @@ static inline void kunmap(struct page *page) | |||
| 71 | kunmap_high(page); | 71 | kunmap_high(page); |
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | static inline void *__kmap_atomic(struct page *page) | 74 | static inline void *kmap_atomic(struct page *page) |
| 75 | { | 75 | { |
| 76 | return kmap_atomic_prot(page, kmap_prot); | 76 | return kmap_atomic_prot(page, kmap_prot); |
| 77 | } | 77 | } |
