1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00

LinuxKPI: lockdep fix #includes

Add sys/sytm.h for __diagused which unbreaks compilation of
drm-kmod 5.10-lts on main.

Sponsored by:	The FreeBSD Foundation
Reported by:	Evgenii Khramtsov
PR:		282479
Fixes:		5c92f84bb6
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2024-11-02 01:21:52 +00:00
parent 8d6feaaaa2
commit 9b2705121b

View File

@ -30,6 +30,7 @@
#ifndef _LINUXKPI_LINUX_LOCKDEP_H_
#define _LINUXKPI_LINUX_LOCKDEP_H_
#include <sys/systm.h>
#include <sys/types.h>
#include <sys/lock.h>