diff options
author | Thomas Gleixner | 2020-11-03 10:27:13 +0100 |
---|---|---|
committer | Thomas Gleixner | 2020-11-06 23:14:53 +0100 |
commit | 16675dda9355505245b89dd50723a2754819594b (patch) | |
tree | 0cbc7b93b860b9ff1db5542e92d1b0120d69326d /mm/highmem.c | |
parent | 3cea11cd5e3b00d91caf0b4730194039b45c5891 (diff) |
mm/highmem: Un-EXPORT __kmap_atomic_idx()
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>
Link: https://lore.kernel.org/r/20201103095856.595767588@linutronix.de
Diffstat (limited to 'mm/highmem.c')
-rw-r--r-- | mm/highmem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/highmem.c b/mm/highmem.c index 1352a27951e3..6abfd762eee7 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; |