diff options
| author | 2020-11-18 16:44:02 -0800 | |
|---|---|---|
| committer | 2020-11-18 16:44:03 -0800 | |
| commit | 280bb3f98bf8ae89e377311f164dfa9ef87c3a5a (patch) | |
| tree | ff45981fe756f42c893c2176adb2e821f84af4d9 /include/linux | |
| parent | Merge branch 'net-ipa-ipa-register-cleanup' (diff) | |
| parent | atm: lanai: Remove in_interrupt() usage (diff) | |
Merge branch 'atm-replace-in_interrupt-usage'
Sebastian Andrzej Siewior says:
====================
atm: Replace in_interrupt usage
this mini series contains the removal of in_interrupt() in drivers/atm
====================
Link: https://lore.kernel.org/r/20201116162117.387191-1-bigeasy@linutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/atmdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index 5d5ff2203fa2..d7493016cd46 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h @@ -186,6 +186,7 @@ struct atmdev_ops { /* only send is required */ void __user *arg); #endif int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); + int (*send_bh)(struct atm_vcc *vcc, struct sk_buff *skb); int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags); void (*phy_put)(struct atm_dev *dev,unsigned char value, unsigned long addr); |
