aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nvdebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nvdebug.h b/nvdebug.h
index e5b6564..3860c2e 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -9,8 +9,9 @@
9 * - Helper functions for nvdebug 9 * - Helper functions for nvdebug
10 */ 10 */
11 11
12#include <linux/proc_fs.h> // For PDE_DATA() macro
13#include <linux/device.h> // For dev_get_drvdata() 12#include <linux/device.h> // For dev_get_drvdata()
13#include <linux/seq_file.h> // For struct seq_file
14#include <linux/proc_fs.h> // For PDE_DATA() macro
14#include <linux/version.h> // For KERNEL_VERSION and LINUX_VERSION_CODE 15#include <linux/version.h> // For KERNEL_VERSION and LINUX_VERSION_CODE
15#include <asm/io.h> 16#include <asm/io.h>
16 17