mips: ingenic: Remove useless __maybe_unused
authorPaul Cercueil <paul@crapouillou.net>
Sun, 4 Jun 2023 12:26:53 +0000 (14:26 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 9 Jun 2023 07:54:17 +0000 (09:54 +0200)
commit50a1171d3bd1d0edd637b9fc5e81d842c5bc55c0
tree86a7bef51cf140e5c2fde7f11352114db95fb4bd
parent6673c2763f6f999fc32cff1833c7d4d6d35f787b
mips: ingenic: Remove useless __maybe_unused

These flags are useless in this case as the code referencing these data
structures is always seen by the compiler (and not behind #ifdef
guards).

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/generic/board-ingenic.c