mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
32a31bd41b
The ssi_waketest() function definition causes a 'make W=1' warning
because the declaration is hidden away in ssi_protocol.c:
drivers/hsi/controllers/omap_ssi_core.c:147:6: error: no previous prototype for 'ssi_waketest'
Move it into a header file instead.
Fixes:
|
||
---|---|---|
.. | ||
cmt_speech.c | ||
hsi_char.c | ||
Kconfig | ||
Makefile | ||
nokia-modem.c | ||
ssi_protocol.c |