summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-23 13:53:04 -0600
committerTom Rini <[email protected]>2026-04-07 11:32:46 -0600
commit25d55485dbced189f8d0400fb0da58b19e196662 (patch)
treed1dec4ef926b02fc1cd853ce4a86df333d89cc22 /include/string.h
parentff031c34210f3c573dbb84196dadf0c4f2017aca (diff)
serial: ns16550: Fix an "unused" warning with SERIAL_PRESENT=n and OF_REAL=y
The definition of our ID table is guarded with OF_REAL however the U_BOOT_DRIVER that would in turn use the table is guarded with SERIAL_PRESENT. To avoid a potential warning we must also guard the ID table with SERIAL_PRESENT. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/string.h')
0 files changed, 0 insertions, 0 deletions