diff options
| author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2026-04-07 00:21:57 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-04-08 19:38:52 -0700 |
| commit | c3b09190e658d3f1c3cd595df3a931962662f8f0 (patch) | |
| tree | 390413d2602dc22652e000262c62f291e11e5010 /include/linux/platform_data | |
| parent | dc915f375e545cf72421d66ede983d88e298228f (diff) | |
net: dsa: remove unused platform_data definitions
Pretty self-explanatory, nobody needs these.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://patch.msgid.link/20260406212158.721806-4-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dsa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/dsa.h b/include/linux/platform_data/dsa.h index 031f4cf83ae2..77424bb24723 100644 --- a/include/linux/platform_data/dsa.h +++ b/include/linux/platform_data/dsa.h @@ -3,11 +3,8 @@ #define __DSA_PDATA_H struct device; -struct net_device; -#define DSA_MAX_SWITCHES 4 #define DSA_MAX_PORTS 12 -#define DSA_RTABLE_NONE -1 struct dsa_chip_data { /* |
