mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 18:07:03 +00:00
staging: rtl8821ae: efuse.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:
parent
4874043a6c
commit
1939f350a2
@ -29,9 +29,7 @@
|
||||
#include "wifi.h"
|
||||
#include "efuse.h"
|
||||
#include "btcoexist/halbt_precomp.h"
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0))
|
||||
#include <linux/export.h>
|
||||
#endif
|
||||
|
||||
static const u8 MAX_PGPKT_SIZE = 9;
|
||||
static const u8 PGPKT_DATA_SIZE = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user