From e718d7228983a3d033523fbf0d5fc06f37bca603 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sun, 29 Oct 2023 13:25:28 -0400 Subject: Include in nvdebug.h and sort includes Fixes the build for some kernel versions where this is no longer transatively included. --- nvdebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvdebug.h') diff --git a/nvdebug.h b/nvdebug.h index e5b6564..3860c2e 100644 --- a/nvdebug.h +++ b/nvdebug.h @@ -9,8 +9,9 @@ * - Helper functions for nvdebug */ -#include // For PDE_DATA() macro #include // For dev_get_drvdata() +#include // For struct seq_file +#include // For PDE_DATA() macro #include // For KERNEL_VERSION and LINUX_VERSION_CODE #include -- cgit v1.2.2