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

Commit b9e017e0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar
Browse files

x86: unexport kmap_atomic_to_page



This patch removes the no longer used export of kmap_atomic_to_page.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9cbfe200
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,4 +155,3 @@ EXPORT_SYMBOL(kmap);
EXPORT_SYMBOL(kunmap);
EXPORT_SYMBOL(kmap_atomic);
EXPORT_SYMBOL(kunmap_atomic);
EXPORT_SYMBOL(kmap_atomic_to_page);