dma-pool: remove a __maybe_unused label in atomic_pool_expand
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Aug 2023 09:22:59 +0000 (11:22 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 31 Aug 2023 12:12:37 +0000 (14:12 +0200)
commit765aa6b3a462ed69ddcb1c41a6f7f93b8abb7d43
tree4790c8aa1da773358b33432eb4fd9464c287092a
parent2dcdf8c18d5c1835571bfa40f40ac134c8a1f0f5
dma-pool: remove a __maybe_unused label in atomic_pool_expand

Move the #endif a line so that free_page label is only seen by the
compile pass when actually used.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chunhui He <hchunhui@mail.ustc.edu.cn>
Reviewed-by: Robin Murphy <roin.murphy@arm.com>
kernel/dma/pool.c