Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffed2b4f authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Kill __kmap_atomic()



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

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7e278157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}