diff options
author | Miquel Raynal <[email protected]> | 2022-01-27 12:08:02 +0100 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2022-01-31 17:18:05 +0100 |
commit | e02dacd3a26d5e5d3913650d3d6d939ebf77fd5c (patch) | |
tree | 0a680372099acf46ddbd10f373a9c7c4f7faaaa3 /net/lapb/lapb_out.c | |
parent | 3f26d1bf90ba9bf420e49ec9cdbe13d15c0df7cd (diff) |
mtd: rawnand: Fix misuses of of_match_node()
On non-OF enabled platforms (CONFIG_OF is not set), of_match_node() will
expand to NULL. The of_device_id array pointed by the macro will then be
left unused. Let's mark the array __maybe_unused in this case to prevent
compiler warnings.
Signed-off-by: Miquel Raynal <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions