diff options
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2023-06-01 16:14:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-06-05 09:56:36 +0100 |
commit | 196eec4062b006575e441ef00339c3ebcea26b8d (patch) | |
tree | c025a022cf4da85cd22f4567e5865305f0f52a70 /include | |
parent | db48abbaa18e571106711b42affe68ca6f36ca5a (diff) | |
download | lwn-196eec4062b006575e441ef00339c3ebcea26b8d.tar.gz lwn-196eec4062b006575e441ef00339c3ebcea26b8d.zip |
net: pcs: Drop the TSE PCS driver
Now that we can easily create a mdio-device that represents a
memory-mapped device that exposes an MDIO-like register layout, we don't
need the Altera TSE PCS anymore, since we can use the Lynx PCS instead.
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pcs-altera-tse.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/pcs-altera-tse.h b/include/linux/pcs-altera-tse.h deleted file mode 100644 index 92ab9f08e835..000000000000 --- a/include/linux/pcs-altera-tse.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Copyright (C) 2022 Bootlin - * - * Maxime Chevallier <maxime.chevallier@bootlin.com> - */ - -#ifndef __LINUX_PCS_ALTERA_TSE_H -#define __LINUX_PCS_ALTERA_TSE_H - -struct phylink_pcs; -struct net_device; - -struct phylink_pcs *alt_tse_pcs_create(struct net_device *ndev, - void __iomem *pcs_base, int reg_width); - -#endif /* __LINUX_PCS_ALTERA_TSE_H */ |