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
This commit is contained in:
Sourojeet A
2026-06-03 17:58:53 -04:00
committed by Ed Maste
parent 73e0d6b440
commit 67df313015
@@ -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 {