staging: rtl8821ae: stats.c: Remove version specific code
The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
2b4b5a628c
Коммит
fe6d68f212
|
@ -28,9 +28,7 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
#include "wifi.h"
|
#include "wifi.h"
|
||||||
#include "stats.h"
|
#include "stats.h"
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0))
|
|
||||||
#include <linux/export.h>
|
#include <linux/export.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
u8 rtl_query_rxpwrpercentage(char antpower)
|
u8 rtl_query_rxpwrpercentage(char antpower)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче