Revert: Test fix for latest kernel which changed 'asm' to 'asm_inline'

pull/501/head
kimocoder 2019-12-17 22:28:41 +01:00
parent 392109f98a
commit 57a2ce4f20
6 changed files with 0 additions and 30 deletions

View File

@ -17,11 +17,6 @@
#include <drv_types.h>
#include <hal_data.h>
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
#ifdef CONFIG_RTW_DEBUG
const char *rtw_log_level_str[] = {
"_DRV_NONE_ = 0",

View File

@ -15,11 +15,6 @@
#ifndef _LINUX_BYTEORDER_GENERIC_H
#define _LINUX_BYTEORDER_GENERIC_H
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
/*
* linux/byteorder_generic.h
* Generic Byte-reordering support

View File

@ -15,11 +15,6 @@
#ifndef __OSDEP_LINUX_SERVICE_H_
#define __OSDEP_LINUX_SERVICE_H_
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
#include <linux/version.h>
#include <linux/spinlock.h>
#include <linux/compiler.h>

View File

@ -14,11 +14,6 @@
*****************************************************************************/
#if defined(CONFIG_MP_INCLUDED)
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
#ifdef MARK_KERNEL_PFU
#include <linux/kernel.h>
#include <asm/fpu/api.h>

View File

@ -15,11 +15,6 @@
#include <drv_types.h>
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
#ifdef CONFIG_IOCTL_CFG80211
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT)

View File

@ -13,11 +13,6 @@
*
*****************************************************************************/
#ifdef asm_inline
#undef asm_inline
#define asm_inline asm
#endif
#define _OSDEP_SERVICE_C_
#include <drv_types.h>