diff options
author | Heinrich Schuchardt | 2020-04-11 10:57:09 +0200 |
---|---|---|
committer | Priyanka Jain | 2020-04-20 13:35:11 +0530 |
commit | 3460a6bba1dfeb48e6006a73c1aa9a6ba53a526b (patch) | |
tree | c59f8f5e8a98dbea4e55d07c020b9f5d4b1e375c /net | |
parent | 5706b9b56ec90cec0a33479f4743b56b5d457d75 (diff) |
board: fsl: lx2160a: unused variable gic_lpi_base
If the board is configured without CONFIG_GIC_V3_ITS, an error occurs:
board/freescale/lx2160a/lx2160a.c: In function ‘ft_board_setup’:
board/freescale/lx2160a/lx2160a.c:673:6: error: unused variable
‘gic_lpi_base’ [-Werror=unused-variable]
673 | u64 gic_lpi_base;
| ^~~~~~~~~~~~
Let's define the variable as __maybe_unused.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions