static void siox_master_unlock()

in siox-core.c [46:49]


static void siox_master_unlock(struct siox_master *smaster)
{
	mutex_unlock(&smaster->lock);
}