mbox series

[net-next,v2,0/2] net: systemport: Minor IO macros changes

Message ID 20241021174935.57658-1-florian.fainelli@broadcom.com (mailing list archive)
Headers show
Series net: systemport: Minor IO macros changes | expand

Message

Florian Fainelli Oct. 21, 2024, 5:49 p.m. UTC
This patch series addresses the warning initially reported by Vladimir
here:

https://lore.kernel.org/all/20241014150139.927423-1-vladimir.oltean@nxp.com/

and follows on with proceeding with his suggestion the IO macros to the
header file.

Changes in v2:

- also removed the TBUF accessor

Florian Fainelli (2):
  net: systemport: Remove unused txchk accessors
  net: systemport: Move IO macros to header file

 drivers/net/ethernet/broadcom/bcmsysport.c | 24 ----------------------
 drivers/net/ethernet/broadcom/bcmsysport.h | 23 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 24 deletions(-)