diff options
| author | Mark Brown <broonie@kernel.org> | 2025-05-06 08:42:25 +0900 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-06 08:42:25 +0900 |
| commit | 02ca7898185fcbfc5890f0a8e42664bcd95d94a1 (patch) | |
| tree | eb083c0ba0cd8c17565120e735685d6a268a6668 /include/uapi/linux/ethtool_netlink_generated.h | |
| parent | fe65ce845c0a5876e0f6b9d848a951a218f8e3b2 (diff) | |
| parent | 14a3fd030c033453d436233f4c422b4903786ed3 (diff) | |
AsoC: Phase out hybrid PCI devres
Merge series from Philipp Stanner <phasta@kernel.org>:
A year ago we spent quite some work trying to get PCI into better shape.
Some pci_ functions can be sometimes managed with devres, which is
obviously bad. We want to provide an obvious API, where pci_ functions
are never, and pcim_ functions are always managed.
Thus, everyone enabling his device with pcim_enable_device() must be
ported to pcim_ functions. Porting all users will later enable us to
significantly simplify parts of the PCI subsystem. See here [1] for
details.
This patch series does that for sound.
Feel free to squash the commits as you see fit.
P.
[1] https://elixir.bootlin.com/linux/v6.14-rc4/source/drivers/pci/devres.c#L18
Diffstat (limited to 'include/uapi/linux/ethtool_netlink_generated.h')
| -rw-r--r-- | include/uapi/linux/ethtool_netlink_generated.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/uapi/linux/ethtool_netlink_generated.h b/include/uapi/linux/ethtool_netlink_generated.h index fe24c3459ac0..30c8dad6214e 100644 --- a/include/uapi/linux/ethtool_netlink_generated.h +++ b/include/uapi/linux/ethtool_netlink_generated.h @@ -31,11 +31,6 @@ enum ethtool_header_flags { ETHTOOL_FLAG_STATS = 4, }; -enum { - ETHTOOL_PHY_UPSTREAM_TYPE_MAC, - ETHTOOL_PHY_UPSTREAM_TYPE_PHY, -}; - enum ethtool_tcp_data_split { ETHTOOL_TCP_DATA_SPLIT_UNKNOWN, ETHTOOL_TCP_DATA_SPLIT_DISABLED, |
