mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
fix bu92747 cir compile error
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user