dect
/
linux-2.6
Archived
13
0
Fork 0

microblaze: Kill __kmap_atomic()

This should be the part of this patch:
"highmem: kill all __kmap_atomic()"
(sha1: a24401bcf4)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2013-01-03 12:11:59 +01:00
parent 7e27815792
commit ffed2b4f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}