mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
staging: vc-sm-cma: Remove obsolete comment and make function static
Removes obsolete comment about wanting to pass a function pointer into mmal-vchiq as we now do. As the function is passed as a function pointer, the function itself can be static. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
This commit is contained in:
committed by
popcornmix
parent
d374e5f1bc
commit
44e0fdf041
@@ -594,8 +594,7 @@ error:
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* FIXME: Pass a function pointer to this into vc_vchi_sm.c */
|
||||
void
|
||||
static void
|
||||
vc_sm_vpu_event(struct sm_instance *instance, struct vc_sm_result_t *reply,
|
||||
int reply_len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user