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:
Родитель
7e27815792
Коммит
ffed2b4f7c
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче