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:
Larry Finger
2021-07-29 12:09:29 -05:00
committed by Greg Kroah-Hartman
parent 9f50d13fbb
commit 3cb9b23d8b
6 changed files with 3 additions and 6 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -1,2 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
#define DRIVERVERSION "v4.1.4_6773.20130222"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>