aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-10-18 21:34:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-22 15:55:33 -0700
commitbd25e92df8d585b49835d7f8c908a16a62afc66e (patch)
tree4ba6e4ab25f2539a12c8b7b3151354c9e07ff3dc /drivers/staging/dgrp
parente5e4e9b70c7dfd3ba98d3e8a3951ee3b3cd2a0f9 (diff)
staging: remove version.h include from dgrp/dgrp_sysfs.c
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>
Diffstat (limited to 'drivers/staging/dgrp')
-rw-r--r--drivers/staging/dgrp/dgrp_sysfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgrp/dgrp_sysfs.c b/drivers/staging/dgrp/dgrp_sysfs.c
index 129be3caa97..43ab9f4d934 100644
--- a/drivers/staging/dgrp/dgrp_sysfs.c
+++ b/drivers/staging/dgrp/dgrp_sysfs.c
@@ -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>