kernel: dma-contiguous: mark CMA parameters __initdata/__initconst
authorShyam Saini <mayhs11saini@gmail.com>
Sun, 20 Oct 2019 05:03:22 +0000 (10:33 +0530)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Oct 2019 18:10:45 +0000 (11:10 -0700)
commitca66536845cd55c6a5fccd82694dcc87ed970780
tree7826d7d60feb69c603d443732532f3e4bbbbe468
parent9ff6aa027dbb98755f0265695354f2dd07c0d1ce
kernel: dma-contiguous: mark CMA parameters __initdata/__initconst

These parameters are only referenced by __init routine calls during
early boot so they should be marked as __initdata and __initconst
accordingly.

Signed-off-by: Shyam Saini <mayhs11saini@gmail.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/contiguous.c