From: Michal Simek Date: Thu, 3 Jan 2013 11:11:59 +0000 (+0100) Subject: microblaze: Kill __kmap_atomic() X-Git-Tag: v3.8-rc3~17^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffed2b4f7c04da99ec3a8e8f096c90ea9c0f9956;p=platform%2Fkernel%2Flinux-3.10.git microblaze: Kill __kmap_atomic() This should be the part of this patch: "highmem: kill all __kmap_atomic()" (sha1: a24401bcf4a67c8fe17e649e74eeb09b08b79ef5) Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/highmem.h b/arch/microblaze/include/asm/highmem.h index 2446a73..d046389 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) kunmap_high(page); } -static inline void *__kmap_atomic(struct page *page) +static inline void *kmap_atomic(struct page *page) { return kmap_atomic_prot(page, kmap_prot); }