Skip to content

Commit

Permalink
staging: remove version.h include from dgrp/dgrp_sysfs.c
Browse files Browse the repository at this point in the history
The file uses nothing from linux/version.h, so the include is
pointless - remove it.

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jjuhl authored and gregkh committed Oct 22, 2012
1 parent e5e4e9b commit bd25e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/dgrp/dgrp_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bd25e92

Please sign in to comment.