mirror of
https://github.com/torvalds/linux.git
synced 2026-08-14 19:35:23 +02:00
staging: r8188eu: Remove header file include/rtw_version.h
This file contains only the definition of the driver version. This statement is moved into a header called by all the affected source files, and the now empty header is deleted. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Link: https://lore.kernel.org/r/20210729170930.23171-6-Larry.Finger@lwfinger.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f50d13fbb
commit
3cb9b23d8b
|
|
@ -4,7 +4,7 @@
|
|||
#define _RTW_DEBUG_C_
|
||||
|
||||
#include <rtw_debug.h>
|
||||
#include <rtw_version.h>
|
||||
#include <drv_types.h>
|
||||
|
||||
int proc_get_drv_version(char *page, char **start,
|
||||
off_t offset, int count,
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
#include <rtw_mp.h>
|
||||
#include <rtw_br_ext.h>
|
||||
|
||||
#define DRIVERVERSION "v4.1.4_6773.20130222"
|
||||
|
||||
enum _NIC_VERSION {
|
||||
RTL8711_NIC,
|
||||
RTL8712_NIC,
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||||
#define DRIVERVERSION "v4.1.4_6773.20130222"
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
#include <rtw_ioctl_set.h>
|
||||
#include <rtw_mp_ioctl.h>
|
||||
#include <usb_ops.h>
|
||||
#include <rtw_version.h>
|
||||
#include <rtl8188e_hal.h>
|
||||
|
||||
#include <rtw_mp.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#include <recv_osdep.h>
|
||||
#include <hal_intf.h>
|
||||
#include <rtw_ioctl.h>
|
||||
#include <rtw_version.h>
|
||||
|
||||
#include <usb_osintf.h>
|
||||
#include <rtw_br_ext.h>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include <recv_osdep.h>
|
||||
#include <xmit_osdep.h>
|
||||
#include <hal_intf.h>
|
||||
#include <rtw_version.h>
|
||||
#include <linux/usb.h>
|
||||
#include <osdep_intf.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user