dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jesper Juhl 2012-10-18 21:34:38 +02:00 committed by Greg Kroah-Hartman
parent e5e4e9b70c
commit bd25e92df8
1 changed files with 0 additions and 1 deletions

View 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>