From: Thomas Gleixner Date: Tue, 3 Nov 2020 09:27:13 +0000 (+0100) Subject: mm/highmem: Un-EXPORT __kmap_atomic_idx() X-Git-Tag: howlett/maple_spf/20210104~363^2~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=16675dda9355505245b89dd50723a2754819594b;p=users%2Fjedix%2Flinux-maple.git mm/highmem: Un-EXPORT __kmap_atomic_idx() Nothing in modules can use that. Signed-off-by: Thomas Gleixner Reviewed-by: Christoph Hellwig Cc: Andrew Morton Link: https://lore.kernel.org/r/20201103095856.595767588@linutronix.de --- diff --git a/mm/highmem.c b/mm/highmem.c index 1352a27951e3b..6abfd762eee73 100644 --- a/mm/highmem.c +++ b/mm/highmem.c @@ -108,8 +108,6 @@ static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) 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;