diff mbox series

[V2,02/18] mm/highmem: Un-EXPORT __kmap_atomic_idx()

Message ID 20201029222650.784142428@linutronix.de
State Not Applicable
Delegated to: David Miller
Headers show
Series mm/highmem: Preemptible variant of kmap_atomic & friends | expand

Commit Message

Thomas Gleixner Oct. 29, 2020, 10:18 p.m. UTC
Nothing in modules can use that.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
---
 mm/highmem.c |    2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -108,8 +108,6 @@  static inline wait_queue_head_t *get_pkm
 atomic_long_t _totalhigh_pages __read_mostly;
 EXPORT_SYMBOL(_totalhigh_pages);
 
-EXPORT_PER_CPU_SYMBOL(__kmap_atomic_idx);
-
 unsigned int nr_free_highpages (void)
 {
 	struct zone *zone;