summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2021-10-10 19:51:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-13 14:26:50 +0200
commit84799c41c6d2495a96bff97950ca3fe6f2c617cb (patch)
treeab55afdb010555c341b4e3514b82a5eccab4d33f /drivers/staging/r8188eu
parente9c1caea96599a3d7e1918e1c342f905436759cb (diff)
staging: r8188eu: remove an unused define
_HCI_INTF_C_ is not used and can be removed. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20211010175204.24029-1-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu')
-rw-r--r--drivers/staging/r8188eu/os_dep/usb_intf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/r8188eu/os_dep/usb_intf.c b/drivers/staging/r8188eu/os_dep/usb_intf.c
index 4ce7f3b10b86..664ffaba589b 100644
--- a/drivers/staging/r8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/r8188eu/os_dep/usb_intf.c
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2007 - 2011 Realtek Corporation. */
-#define _HCI_INTF_C_
-
#include <linux/usb.h>
#include "../include/osdep_service.h"
#include "../include/drv_types.h"