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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user