diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-06-15 12:44:14 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-06-16 08:53:52 -0700 |
| commit | ae6e653514d156f0cc2327fe9e7db731ecb35a76 (patch) | |
| tree | 062aa0d7994229284a2619ce00d5a8fac7ddc259 /include/linux/timerqueue.h | |
| parent | 6719d57ee047cba211e8684eef46d5486a3295bb (diff) | |
atm: remove the unused pre_send and send_bh device operations
atmdev_ops::pre_send (a TX pre-processing hook) and ::send_bh (a
bottom-half capable send variant) have no implementation behind them:
no remaining ATM driver sets either, so vcc_sendmsg() always skipped
pre_send and the raw AAL0/AAL5 paths always fell back to ->send().
The drivers that used these hooks were removed with the legacy ATM
adapters.
Drop both operations and the dead branches that tested for them.
Link: https://patch.msgid.link/20260615194416.752559-8-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
