Revert "sys/mutex.h: Include sys/lock.h instead of sys/_lock.h"

This reverts commit 2a35f3cdf6.

Doesn't appears to be needed anymore and if it is at some point I'll
fix the driver.
This commit is contained in:
Emmanuel Vadot 2023-11-28 09:39:59 +01:00
parent 7b4b05d889
commit 1148518afe

View file

@ -34,8 +34,8 @@
#define _SYS_MUTEX_H_
#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/lock.h>
#ifdef _KERNEL
#include <sys/pcpu.h>