Browse Source

Remove unneeded version.h include from lib/

This patch removes an unneeded include of linux/version.h from
lib/dynamic_debug.c - identified by 'make versioncheck'.
This is the only file in lib/ with this issue.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jesper Juhl 14 years ago
parent
commit
c9bab38f70
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/dynamic_debug.c

+ 0 - 1
lib/dynamic_debug.c

@@ -14,7 +14,6 @@
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/kallsyms.h>
-#include <linux/version.h>
 #include <linux/types.h>
 #include <linux/mutex.h>
 #include <linux/proc_fs.h>