net: phy: adin: const-ify static data
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 16 Jan 2020 14:15:35 +0000 (16:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jan 2020 10:38:08 +0000 (11:38 +0100)
commitaa63b9471bcaca7392df461caafd570a565d17f0
tree996ae1a84da9933e829f75460143bd7cfe5eb2c1
parent1f399fc797b5f78df8a993effdc0ef04304fdcea
net: phy: adin: const-ify static data

Some bits of static data should have been made const from the start.
This change adds the const qualifier where appropriate.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/adin.c