summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/ar8216.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-18 22:06:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-03-18 22:06:03 +0000
commit1c99979b2ce1ab5e192a9a794173e90a73656d48 (patch)
tree8465020221563e92f6000fedd875a8c92965b0a8 /target/linux/generic/files/drivers/net/phy/ar8216.c
parent2659bfe9694e51588172e3450c149b6749c08a60 (diff)
downloadmaster-31e0f0ae-1c99979b2ce1ab5e192a9a794173e90a73656d48.tar.gz
master-31e0f0ae-1c99979b2ce1ab5e192a9a794173e90a73656d48.tar.bz2
master-31e0f0ae-1c99979b2ce1ab5e192a9a794173e90a73656d48.zip
generic: ar8216: rename ar8216_ops to ar8216_sw_ops
SVN-Revision: 30994
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/ar8216.c')
-rw-r--r--target/linux/generic/files/drivers/net/phy/ar8216.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.c b/target/linux/generic/files/drivers/net/phy/ar8216.c
index 660a11bce2..0d42e27c49 100644
--- a/target/linux/generic/files/drivers/net/phy/ar8216.c
+++ b/target/linux/generic/files/drivers/net/phy/ar8216.c
@@ -811,7 +811,7 @@ ar8216_reset_switch(struct switch_dev *dev)
}
-static const struct switch_dev_ops ar8216_ops = {
+static const struct switch_dev_ops ar8216_sw_ops = {
.attr_global = {
.attr = ar8216_globals,
.n_attr = ARRAY_SIZE(ar8216_globals),
@@ -902,7 +902,7 @@ ar8216_config_init(struct phy_device *pdev)
swdev = &priv->dev;
swdev->cpu_port = AR8216_PORT_CPU;
- swdev->ops = &ar8216_ops;
+ swdev->ops = &ar8216_sw_ops;
swdev->ports = AR8216_NUM_PORTS;
if (priv->chip == AR8316) {