mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2026-02-26 01:48:02 +01:00
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:
|
||
|---|---|---|
| .. | ||
| hsi.h | ||
| ssi_protocol.h | ||