mirror of https://github.com/thesofproject/sof.git
tone: make init function static
Fixes checkpatch error that slipped in Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
parent
0056599b6e
commit
e1a757bd19
|
@ -762,9 +762,7 @@ struct comp_driver comp_tone = {
|
|||
},
|
||||
};
|
||||
|
||||
void sys_comp_tone_init(void);
|
||||
|
||||
void sys_comp_tone_init(void)
|
||||
static void sys_comp_tone_init(void)
|
||||
{
|
||||
comp_register(&comp_tone);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue