MIPS: lantiq: xway: mark dma_init() as static
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:15 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 2 Jul 2025 11:35:51 +0000 (13:35 +0200)
commitcff836f0bb0c53fcf43c12e32ee499cdf7e4a584
treeadbd5e0d45266d6e0869b5553a2e2ccdc833cf6b
parent3376910ff827e11976633bd28d3e43e24131eefe
MIPS: lantiq: xway: mark dma_init() as static

Fix the following missing-prototypes build warning:

arch/mips/lantiq/xway/dma.c:293:1: error: no previous prototype for 'dma_init' [-Werror=missing-prototypes]
  293 | dma_init(void)
      | ^~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/lantiq/xway/dma.c