aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSourojeet A <siri@racha.ca>2026-06-03 21:58:53 +0000
committerEd Maste <emaste@FreeBSD.org>2026-06-03 23:40:55 +0000
commit67df313015906d84d90df8e37795885e81cf8da5 (patch)
treef9f8d2ee1c1317ac5f514f1682742660133cd867
parent73e0d6b44038d1c7764c5013a54ae17a8f680a69 (diff)
linuxkpi: Make pm_qos.h self-contained
Include <linux/types.h> for `false`. This is needed by amdgpu somewhere between Linux 6.12 and 6.15. Reviewed by: Minsoo Choo <minsoo@minsoo.io>, bz Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D57415
-rw-r--r--sys/compat/linuxkpi/common/include/linux/pm_qos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/pm_qos.h b/sys/compat/linuxkpi/common/include/linux/pm_qos.h
index 47c41a819ba8..97d16369a704 100644
--- a/sys/compat/linuxkpi/common/include/linux/pm_qos.h
+++ b/sys/compat/linuxkpi/common/include/linux/pm_qos.h
@@ -28,6 +28,8 @@
#ifndef _LINUXKPI_LINUX_PM_QOS_H
#define _LINUXKPI_LINUX_PM_QOS_H
+#include <linux/types.h>
+
#define PM_QOS_DEFAULT_VALUE (-1)
struct pm_qos_request {