net: phylink: constify fwnode arguments
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 12 May 2023 16:58:37 +0000 (17:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 May 2023 19:57:05 +0000 (20:57 +0100)
commita0b7955310a445fc0d45a0ac576bad8720cd6057
treee8e3dcda5f9cd9f00b2bf5b04e21388eac892591
parent144470c88c5d9a4cab81da22a26c129e6702c6cf
net: phylink: constify fwnode arguments

Both phylink_create() and phylink_fwnode_phy_connect() do not modify
the fwnode argument that they are passed, so lets constify these.

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phylink.c
include/linux/phylink.h