]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: gdm724x: Remove version.h header inclusion in gdm_tty.c
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 25 Jul 2013 06:06:52 +0000 (11:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 19:11:58 +0000 (12:11 -0700)
version.h header inclusion is not necessary as detected by
versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_tty.c

index 357daa80560f433cc731a20b41acd94b19400e04..912022b84c03de79ef9df32ff30df6290aff4ca2 100644 (file)
@@ -13,7 +13,6 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/init.h>