mirror of https://github.com/thesofproject/sof.git
kpb: make init function static
Fixes checkpatch error that slipped in Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
parent
150294b248
commit
035c24fe7d
|
@ -545,9 +545,7 @@ struct comp_driver comp_kpb = {
|
|||
},
|
||||
};
|
||||
|
||||
void sys_comp_kpb_init(void);
|
||||
|
||||
void sys_comp_kpb_init(void)
|
||||
static void sys_comp_kpb_init(void)
|
||||
{
|
||||
comp_register(&comp_kpb);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue