staging: gdm724x: Remove version.h header inclusion in gdm_mux.c
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 25 Jul 2013 06:06:51 +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_mux.c

index f570bc00c99040be469f4931a29998902ad97939..2e619d2e7ba109da7a4dee84615bd8ce997af908 100644 (file)
@@ -14,7 +14,6 @@
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/usb.h>
 #include <linux/errno.h>