aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-09-18 13:26:29 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 07:33:49 -0400
commit77c13d04925819bfb5cd5d35da75e62c1adc0c4c (patch)
tree4ca0da4e56626809aaf892ccc51159eadb9f1bec /drivers/staging
parent6955832f1375eb29b005128c51df0b73c209fcba (diff)
staging: r8188eu: remove usb_hal.h
usb_hal.h is empty. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8188eu/hal/hal_intf.c1
-rw-r--r--drivers/staging/rtl8188eu/hal/usb_halinit.c1
-rw-r--r--drivers/staging/rtl8188eu/include/usb_hal.h18
-rw-r--r--drivers/staging/rtl8188eu/os_dep/os_intfs.c2
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_intf.c1
5 files changed, 0 insertions, 23 deletions
diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/hal/hal_intf.c
index 12fde452fc21..a11c7b4254f6 100644
--- a/drivers/staging/rtl8188eu/hal/hal_intf.c
+++ b/drivers/staging/rtl8188eu/hal/hal_intf.c
@@ -17,7 +17,6 @@
17#include <osdep_service.h> 17#include <osdep_service.h>
18#include <drv_types.h> 18#include <drv_types.h>
19#include <hal_intf.h> 19#include <hal_intf.h>
20#include <usb_hal.h>
21 20
22uint rtw_hal_init(struct adapter *adapt) 21uint rtw_hal_init(struct adapter *adapt)
23{ 22{
diff --git a/drivers/staging/rtl8188eu/hal/usb_halinit.c b/drivers/staging/rtl8188eu/hal/usb_halinit.c
index a3c43341005e..c4a8f415a772 100644
--- a/drivers/staging/rtl8188eu/hal/usb_halinit.c
+++ b/drivers/staging/rtl8188eu/hal/usb_halinit.c
@@ -21,7 +21,6 @@
21#include <rtl8188e_hal.h> 21#include <rtl8188e_hal.h>
22#include <rtl8188e_led.h> 22#include <rtl8188e_led.h>
23#include <rtw_iol.h> 23#include <rtw_iol.h>
24#include <usb_hal.h>
25#include <phy.h> 24#include <phy.h>
26 25
27#define HAL_BB_ENABLE 1 26#define HAL_BB_ENABLE 1
diff --git a/drivers/staging/rtl8188eu/include/usb_hal.h b/drivers/staging/rtl8188eu/include/usb_hal.h
deleted file mode 100644
index 3bcf74fc8092..000000000000
--- a/drivers/staging/rtl8188eu/include/usb_hal.h
+++ /dev/null
@@ -1,18 +0,0 @@
1/******************************************************************************
2 *
3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 ******************************************************************************/
15#ifndef __USB_HAL_H__
16#define __USB_HAL_H__
17
18#endif /* __USB_HAL_H__ */
diff --git a/drivers/staging/rtl8188eu/os_dep/os_intfs.c b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
index 79b1755a9476..40691f1ec507 100644
--- a/drivers/staging/rtl8188eu/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
@@ -23,8 +23,6 @@
23#include <rtw_ioctl.h> 23#include <rtw_ioctl.h>
24#include <rtl8188e_hal.h> 24#include <rtl8188e_hal.h>
25 25
26#include <usb_hal.h>
27
28MODULE_LICENSE("GPL"); 26MODULE_LICENSE("GPL");
29MODULE_DESCRIPTION("Realtek Wireless Lan Driver"); 27MODULE_DESCRIPTION("Realtek Wireless Lan Driver");
30MODULE_AUTHOR("Realtek Semiconductor Corp."); 28MODULE_AUTHOR("Realtek Semiconductor Corp.");
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 3da2ab01c9e7..b2bc09e0297c 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -25,7 +25,6 @@
25#include <osdep_intf.h> 25#include <osdep_intf.h>
26 26
27#include <usb_ops_linux.h> 27#include <usb_ops_linux.h>
28#include <usb_hal.h>
29#include <rtw_ioctl.h> 28#include <rtw_ioctl.h>
30 29
31#include "rtl8188e_hal.h" 30#include "rtl8188e_hal.h"