1
0
Fork 0

Staging: sep: kill lock wrapper

We don't need wrappers for this so clean them up

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Alan Cox 2009-08-07 19:23:11 +01:00 committed by Greg Kroah-Hartman
parent 2f82614ca5
commit 8407248231
1 changed files with 0 additions and 18 deletions

View File

@ -287,24 +287,6 @@ static int sep_lock_user_pages(unsigned long app_virt_addr, unsigned long data_s
FUNCTIONS
-----------------------------------------------*/
/*
this function locks SEP by locking the semaphore
*/
int sep_lock()
{
mutex_lock(&sep_mutex);
return 0;
}
/*
this function unlocks SEP
*/
void sep_unlock()
{
/* release mutex */
mutex_unlock(&sep_mutex);
}
/*
this function returns the address of the message shared area
*/