Commit 3cb9b23d authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman
Browse files

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Link: https://lore.kernel.org/r/20210729170930.23171-6-Larry.Finger@lwfinger.net


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f50d13f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+2 −0
Original line number Diff line number Diff line
@@ -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,
+0 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
#define DRIVERVERSION	"v4.1.4_6773.20130222"
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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>
Loading