staging: remove version.h include from dgrp/dgrp_sysfs.c
authorJesper Juhl <jj@chaosbits.net>
Thu, 18 Oct 2012 19:34:38 +0000 (21:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 22:55:33 +0000 (15:55 -0700)
The file uses nothing from linux/version.h, so the include is
pointless - remove it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgrp/dgrp_sysfs.c

index 129be3caa97eff8340ed9a83cb0e69d2f718fbbb..43ab9f4d9349d6db20a2e1a53d7790950e7a5b9f 100644 (file)
@@ -17,7 +17,6 @@
 #include "dgrp_common.h"
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/string.h>