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:
parent
7e27815792
commit
ffed2b4f7c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static inline void kunmap(struct page *page)
|
||||||
kunmap_high(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);
|
return kmap_atomic_prot(page, kmap_prot);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue