aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-23 19:05:44 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 13:39:38 -0400
commit61e4e04adae7dea724b6465f3c04ded44b9e9ea9 (patch)
tree4325f0961ceccee457da7bac7a2a3f6255caa7b5 /drivers/staging/wlags49_h2
parent3b44d227f689801c9d846f4feb931343c245029f (diff)
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>
Diffstat (limited to 'drivers/staging/wlags49_h2')
-rw-r--r--drivers/staging/wlags49_h2/wl_internal.h1
-rw-r--r--drivers/staging/wlags49_h2/wl_version.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wlags49_h2/wl_internal.h b/drivers/staging/wlags49_h2/wl_internal.h
index cd129b3ee6c..a90c728d6f1 100644
--- a/drivers/staging/wlags49_h2/wl_internal.h
+++ b/drivers/staging/wlags49_h2/wl_internal.h
@@ -67,7 +67,6 @@
67/******************************************************************************* 67/*******************************************************************************
68 * include files 68 * include files
69 ******************************************************************************/ 69 ******************************************************************************/
70#include <linux/version.h>
71#ifdef BUS_PCMCIA 70#ifdef BUS_PCMCIA
72#include <pcmcia/cistpl.h> 71#include <pcmcia/cistpl.h>
73#include <pcmcia/cisreg.h> 72#include <pcmcia/cisreg.h>
diff --git a/drivers/staging/wlags49_h2/wl_version.h b/drivers/staging/wlags49_h2/wl_version.h
index a5e604cd198..a5faada136d 100644
--- a/drivers/staging/wlags49_h2/wl_version.h
+++ b/drivers/staging/wlags49_h2/wl_version.h
@@ -66,7 +66,6 @@
66 * include files 66 * include files
67 ******************************************************************************/ 67 ******************************************************************************/
68//#include <linux/config.h> 68//#include <linux/config.h>
69#include <linux/version.h>
70 69
71#ifndef CONFIG_MODVERSIONS 70#ifndef CONFIG_MODVERSIONS
72#define __NO_VERSION__ 71#define __NO_VERSION__