diff options
| -rw-r--r-- | nvdebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
