Skip to content

Commit

Permalink
microblaze: Kill __kmap_atomic()
Browse files Browse the repository at this point in the history
This should be the part of this patch:
"highmem: kill all __kmap_atomic()"
(sha1: a24401b)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jan 3, 2013
1 parent 7e27815 commit ffed2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ffed2b4

Please sign in to comment.