]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: cpsw: Remove compat string argument
authorMarkus Schneider-Pargmann (TI) <msp@baylibre.com>
Fri, 10 Apr 2026 11:04:04 +0000 (13:04 +0200)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 6 May 2026 09:07:22 +0000 (11:07 +0200)
commit63f6f88bb0d3794d34e849086f7643cb877d6e1d
treebd96fad37c3f3d5be27181fc55a778fcb10bbe0c
parent845c55dde827b497eb6f5264c0b55324bafa4183
net: cpsw: Remove compat string argument

The string is already in the priv struct, remove it from the argument
list.

Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
drivers/net/ti/cpsw.c