diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-09-19 10:46:43 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-19 16:08:53 -0700 |
commit | 7131cc9fc9fd3291bff0e0d3326a1b6983fa0f34 (patch) | |
tree | 18286219ad9d64fd3b0bd97262f9f6977b539f37 /drivers/net/dsa/b53 | |
parent | d43a9d19803d139901891f5e9d814ef3eae54641 (diff) | |
download | linux-7131cc9fc9fd3291bff0e0d3326a1b6983fa0f34.tar.bz2 |
net: dsa: b53: Remove is_cpu_port()
This is not used anywhere, so remove it.
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/b53')
-rw-r--r-- | drivers/net/dsa/b53/b53_priv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/dsa/b53/b53_priv.h b/drivers/net/dsa/b53/b53_priv.h index 01bd8cbe9a3f..7528b22aeb03 100644 --- a/drivers/net/dsa/b53/b53_priv.h +++ b/drivers/net/dsa/b53/b53_priv.h @@ -186,11 +186,6 @@ static inline int is58xx(struct b53_device *dev) #define B53_CPU_PORT_25 5 #define B53_CPU_PORT 8 -static inline int is_cpu_port(struct b53_device *dev, int port) -{ - return dev->cpu_port; -} - struct b53_device *b53_switch_alloc(struct device *base, const struct b53_io_ops *ops, void *priv); |