diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-10-18 21:34:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-22 15:55:33 -0700 |
commit | bd25e92df8d585b49835d7f8c908a16a62afc66e (patch) | |
tree | 4ba6e4ab25f2539a12c8b7b3151354c9e07ff3dc /drivers/staging/dgrp | |
parent | e5e4e9b70c7dfd3ba98d3e8a3951ee3b3cd2a0f9 (diff) | |
download | blackbird-obmc-linux-bd25e92df8d585b49835d7f8c908a16a62afc66e.tar.gz blackbird-obmc-linux-bd25e92df8d585b49835d7f8c908a16a62afc66e.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgrp/dgrp_sysfs.c b/drivers/staging/dgrp/dgrp_sysfs.c index 129be3caa97e..43ab9f4d9349 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> |