From: Jesper Juhl Date: Mon, 1 Aug 2011 20:50:19 +0000 (+0200) Subject: Remove unneeded version.h include from lib/ X-Git-Tag: firefly_0821_release~3680^2~4329^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c9bab38f70414918d414a1672d908f6447880075;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Jiri Kosina --- diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 75ca78f3a8c9..79fc20b65e74 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include