Make clang-17 happy just by adding the `void` argument.
Change-Id: Icb02e462d6a112729b919f7551a6a4566de97699
.ops = &hifi4dsp_driver_dsp_ops,
};
-struct hifi4dsp_priv *hifi4dsp_privdata()
+struct hifi4dsp_priv *hifi4dsp_privdata(void)
{
return hifi4dsp_p[0];
}
.class_attrs = vm_class_attrs,
};
-struct class *init_vm_cls()
+struct class *init_vm_cls(void)
{
int ret = 0;
}
EXPORT_SYMBOL(v4l2_vdin_ops_init);
-struct vdin_v4l2_ops_s *get_vdin_v4l2_ops()
+struct vdin_v4l2_ops_s *get_vdin_v4l2_ops(void)
{
if ((ops.start_tvin_service != NULL) && (ops.stop_tvin_service != NULL))
return &ops;