Remove unneeded version.h includes from drivers/staging/wlags49_h2/

It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/staging/wlags49_h2/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jesper Juhl 2011-06-24 01:05:44 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 3b44d227f6
Коммит 61e4e04ada
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -67,7 +67,6 @@
/*******************************************************************************
* include files
******************************************************************************/
#include <linux/version.h>
#ifdef BUS_PCMCIA
#include <pcmcia/cistpl.h>
#include <pcmcia/cisreg.h>

Просмотреть файл

@ -66,7 +66,6 @@
* include files
******************************************************************************/
//#include <linux/config.h>
#include <linux/version.h>
#ifndef CONFIG_MODVERSIONS
#define __NO_VERSION__