mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
fix bu92747 cir compile error
This commit is contained in:
parent
cad859c558
commit
e343017db4
|
|
@ -64,10 +64,10 @@ void bu92747_lock(void)
|
|||
{
|
||||
mutex_lock(&bu92747_mutex);
|
||||
}
|
||||
void bu92747_unlock(void)
|
||||
{
|
||||
mutex_unlock(&bu92747_mutex);
|
||||
}
|
||||
//void bu92747_unlock(void)
|
||||
//{
|
||||
// mutex_unlock(&bu92747_mutex);
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user