Skip to content

Commit a99756a

Browse files
Vincent Sanderspopcornmix
Vincent Sanders
authored andcommitted
vchiq: export additional symbols
Signed-off-by: Daniel Stone <[email protected]>
1 parent 4e1a414 commit a99756a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/misc/vc04_services/interface/vchiq_arm/vchiq_shim.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ int32_t vchi_held_msg_release(VCHI_HELD_MSG_T *message)
405405

406406
return 0;
407407
}
408+
EXPORT_SYMBOL(vchi_held_msg_release);
408409

409410
/***********************************************************
410411
* Name: vchi_msg_hold
@@ -450,6 +451,7 @@ int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle,
450451

451452
return 0;
452453
}
454+
EXPORT_SYMBOL(vchi_msg_hold);
453455

454456
/***********************************************************
455457
* Name: vchi_initialise

0 commit comments

Comments
 (0)