staging: r8188eu: drop the DRIVERVERSION macro
authorGrzegorz Szymaszek <gszymaszek@short.pl>
Fri, 5 Aug 2022 16:28:12 +0000 (18:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:24:00 +0000 (15:24 +0200)
Since the driver is currently in the kernel, the module version macro is
not necessary.

Link: https://lore.kernel.org/lkml/Yuy7Lc%2FTJMinuupA@kroah.com/
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
Link: https://lore.kernel.org/r/39e6b702918b7bcc59dec381022c1d1b97c2046e.1659715931.git.gszymaszek@short.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/drv_types.h
drivers/staging/r8188eu/os_dep/os_intfs.c

index 5c0a9b596b8b7f02a26d76e8436f636f3c954ee4..79351b3aa60d6ee3f41f93e7b13a136af7bcb720 100644 (file)
@@ -34,7 +34,6 @@
 #include "rtl8188e_hal.h"
 #include "rtw_fw.h"
 
-#define DRIVERVERSION  "v4.1.4_6773.20130222"
 #define FW_RTL8188EU   "rtlwifi/rtl8188eufw.bin"
 
 struct registry_priv {
index 7dacb46b1ed76a494a6401af1f98d030da21079f..6405d88a4d24fe10c7a6739ab3b04aeca7e915b1 100644 (file)
@@ -17,7 +17,6 @@
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Realtek Wireless Lan Driver");
 MODULE_AUTHOR("Realtek Semiconductor Corp.");
-MODULE_VERSION(DRIVERVERSION);
 MODULE_FIRMWARE(FW_RTL8188EU);
 
 #define CONFIG_BR_EXT_BRNAME "br0"