[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20151108071441.GA1605@alpha.sfu-kras.ru>
Date: Sun, 8 Nov 2015 14:14:41 +0700
From: Ivan Safonov <insafonov@...il.com>
To: devel@...verdev.osuosl.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Vaishali Thakkar <vthakkar1994@...il.com>,
Jakub Sitnicki <jsitnicki@...il.com>,
Anish Bhatt <anish@...ech.edu>, Joe Perches <joe@...ches.com>,
Ivan Safonov <insafonov@...il.com>,
Nicholas Mc Guire <der.herr@...r.at>,
Alexey Khoroshilov <khoroshilov@...ras.ru>,
Rémy Oudompheng <remyoudompheng@...il.com>,
Sudip Mukherjee <sudipm.mukherjee@...il.com>,
Shraddha Barke <shraddha.6596@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 12/12] staging: rtl8188eu: remove unused RTW_STATUS_CODE
function
This driver is only for the Linux kernel.
Signed-off-by: Ivan Safonov <insafonov@...il.com>
---
drivers/staging/rtl8188eu/include/osdep_service.h | 2 --
drivers/staging/rtl8188eu/os_dep/osdep_service.c | 11 -----------
2 files changed, 13 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/osdep_service.h b/drivers/staging/rtl8188eu/include/osdep_service.h
index 22de53d..194e56d 100644
--- a/drivers/staging/rtl8188eu/include/osdep_service.h
+++ b/drivers/staging/rtl8188eu/include/osdep_service.h
@@ -75,8 +75,6 @@ static inline int rtw_netif_queue_stopped(struct net_device *pnetdev)
netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3));
}
-int RTW_STATUS_CODE(int error_code);
-
#define rtw_update_mem_stat(flag, sz) do {} while (0)
u8 *_rtw_malloc(u32 sz);
#define rtw_malloc(sz) _rtw_malloc((sz))
diff --git a/drivers/staging/rtl8188eu/os_dep/osdep_service.c b/drivers/staging/rtl8188eu/os_dep/osdep_service.c
index d87b547..9606214 100644
--- a/drivers/staging/rtl8188eu/os_dep/osdep_service.c
+++ b/drivers/staging/rtl8188eu/os_dep/osdep_service.c
@@ -28,17 +28,6 @@
#include <linux/vmalloc.h>
#include <rtw_ioctl_set.h>
-/*
-* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE
-* @return: one of RTW_STATUS_CODE
-*/
-inline int RTW_STATUS_CODE(int error_code)
-{
- if (error_code >= 0)
- return _SUCCESS;
- return _FAIL;
-}
-
u8 *_rtw_malloc(u32 sz)
{
u8 *pbuf = NULL;
--
2.4.10
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists