net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias

Replace usbnet_get_stats64() with new identical core function
dev_get_tstats64() in all users and remove usbnet_get_stats64().

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Heiner Kallweit
2020-11-10 20:51:03 +01:00
committed by Jakub Kicinski
parent af0c351cc3
commit 323955a049
18 changed files with 19 additions and 21 deletions

View File

@@ -284,6 +284,4 @@ extern void usbnet_status_stop(struct usbnet *dev);
extern void usbnet_update_max_qlen(struct usbnet *dev);
#define usbnet_get_stats64 dev_get_tstats64
#endif /* __LINUX_USB_USBNET_H */