aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2021-08-21 18:48:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-26 12:17:00 +0200
commit74f64654ecd22f8e29580f93435406622c90d975 (patch)
tree08a9f35a15a7faf11a575345c7af07b55ccdf436 /drivers/staging/r8188eu
parentstaging: r8188eu: remove unnecessary cast (diff)
downloadlinux-dev-74f64654ecd22f8e29580f93435406622c90d975.tar.xz
linux-dev-74f64654ecd22f8e29580f93435406622c90d975.zip
staging: r8188eu: remove unused define
_HCI_OPS_OS_C_ is not used in the r8188eu driver. Remove it. Acked-by: Michael Straube <straube.linux@gmail.com> Acked-by: Phillip Potter <phil@philpotter.co.uk> Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20210821164859.4351-2-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu')
-rw-r--r--drivers/staging/r8188eu/hal/usb_ops_linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/r8188eu/hal/usb_ops_linux.c b/drivers/staging/r8188eu/hal/usb_ops_linux.c
index 953fa05dc30c..a11a0597e515 100644
--- a/drivers/staging/r8188eu/hal/usb_ops_linux.c
+++ b/drivers/staging/r8188eu/hal/usb_ops_linux.c
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2007 - 2011 Realtek Corporation. */
-#define _HCI_OPS_OS_C_
-
#include "../include/osdep_service.h"
#include "../include/drv_types.h"
#include "../include/osdep_intf.h"