aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/osdep_service.h
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-23 18:40:01 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 13:39:40 -0400
commit41134db17a7d041f0d5885ee2e8739a25124484c (patch)
tree0a1d068938b961e0f9b9a0d9c3718c3fcea7a97c /drivers/staging/rtl8712/osdep_service.h
parentbb69f192ca190fef51f956c9f6af552d236ae9d8 (diff)
Remove unneeded version.h includes from drivers/staging/rtl*/
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/rtl8187se/, drivers/staging/rtl8192e/, drivers/staging/rtl8192u/ & drivers/staging/rtl8712/. 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/rtl8712/osdep_service.h')
-rw-r--r--drivers/staging/rtl8712/osdep_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h
index 88f132507b2..d4b751b8ce9 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -5,9 +5,7 @@
5#define _FAIL 0 5#define _FAIL 0
6 6
7#include "basic_types.h" 7#include "basic_types.h"
8#include <linux/version.h>
9#include <linux/spinlock.h> 8#include <linux/spinlock.h>
10
11#include <linux/semaphore.h> 9#include <linux/semaphore.h>
12#include <linux/sem.h> 10#include <linux/sem.h>
13#include <linux/netdevice.h> 11#include <linux/netdevice.h>