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

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.netSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f50d13f
......@@ -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,
......
/* 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment