diff options
| author | Grant Grundler <[email protected]> | 2018-09-06 17:27:28 -0700 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-09-07 17:04:10 +0100 |
| commit | 3004136b90bedc9e254ff659adb7a60299e9495e (patch) | |
| tree | 95ceb752e32f2af78e8ea1cbfaa9f4ffe7d18a5f /tools/perf/scripts/python | |
| parent | 3b857472f34faa7d11001afa5e158833812c98d7 (diff) | |
ASoC: max98373: usleep_range() needs include/delay.h
Commit ca917f9fe1a0fab added use of usleep_range() but not
the corresponding "include <linux/delay.h>". The result is
with Chrome OS won't build because warnings are forced
to be errors:
mnt/host/source/src/third_party/kernel/v4.4/sound/soc/codecs/max98373.c:734:2: error: implicit declaration of function 'usleep_range' [-Werror,-Wimplicit-function-declaration]
usleep_range(10000, 11000);
^
Including delay.h "fixes" this.
Signed-off-by: Grant Grundler <[email protected]>
Reviewed-by: Benson Leung <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions