diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-08-01 22:50:19 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 14:57:05 +0200 |
commit | c9bab38f70414918d414a1672d908f6447880075 (patch) | |
tree | e5ddefa8ea95dab9dcff2714a4fa1d0553cc5761 /lib | |
parent | 699324871fcc3650f2023c5e36cb119a92d7894b (diff) |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dynamic_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 75ca78f3a8c..79fc20b65e7 100644 --- a/lib/dynamic_debug.c +++ b/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> |