diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-28 01:35:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-28 18:17:35 -0400 |
commit | ccaf5bd061ae41b4f573e552c437ffc10b87185a (patch) | |
tree | 7f8cff5dd603afd5ce363e66230b5aa785561c40 | |
parent | 9bfcc70355a61100352a720ed56200d01048c030 (diff) |
staging: rtl8188eu: Remove version.h inclusion in osdep_service.h
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8188eu/include/osdep_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h index 1be33b74f835..44f24fa31a34 100644 --- a/drivers/staging/rtl8188eu/include/osdep_service.h +++ b/drivers/staging/rtl8188eu/include/osdep_service.h | |||
@@ -26,7 +26,6 @@ | |||
26 | #define _SUCCESS 1 | 26 | #define _SUCCESS 1 |
27 | #define RTW_RX_HANDLED 2 | 27 | #define RTW_RX_HANDLED 2 |
28 | 28 | ||
29 | #include <linux/version.h> | ||
30 | #include <linux/spinlock.h> | 29 | #include <linux/spinlock.h> |
31 | #include <linux/compiler.h> | 30 | #include <linux/compiler.h> |
32 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |