net: phy: realtek: remove unsed RTL821x_PHYSR* macros

These macros have there since the first revision but were never used, so
let's just remove them.

Signed-off-by: Michael Klein <michael@fossekall.de>
Link: https://patch.msgid.link/20250504172916.243185-2-michael@fossekall.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
Michael Klein
2025-05-06 13:31:26 +02:00
committed by Paolo Abeni
parent 5b5f1efb72
commit f3b265358b
-4
View File
@@ -18,10 +18,6 @@
#include "realtek.h"
#define RTL821x_PHYSR 0x11
#define RTL821x_PHYSR_DUPLEX BIT(13)
#define RTL821x_PHYSR_SPEED GENMASK(15, 14)
#define RTL821x_INER 0x12
#define RTL8211B_INER_INIT 0x6400
#define RTL8211E_INER_LINK_STATUS BIT(10)