aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBjorn Andersson <[email protected]>2021-10-28 09:35:48 -0700
committerRobert Foss <[email protected]>2021-10-28 19:11:17 +0200
commit2b3374306b315be02db0f67d3102a0d1e1357270 (patch)
tree57ca9dbff1f0da5afb9a0ff07a697940fefe4511 /tools/perf/scripts/python/bin
parente73c317efbf9a6ab2d1c18eff8343958ab6df73a (diff)
drm/bridge: sn65dsi86: ti_sn65dsi86_read_u16() __maybe_unused
When built without CONFIG_PWM there are no references to ti_sn65dsi86_read_u16(), avoid the W=1 build warning by marking the function as __maybe_unused. __maybe_unused is used insted of a #ifdef guard as it looks slighly cleaner and it avoids issues if in the future other permutations of the config options would use the function. Reported-by: kernel test robot <[email protected]> Fixes: cea86c5bb442 ("drm/bridge: ti-sn65dsi86: Implement the pwm_chip") Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Robert Foss <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions