diff options
Diffstat (limited to 'include/linux/atmdev.h')
| -rw-r--r-- | include/linux/atmdev.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index 49a83ca900ba..f4ff882cb2da 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h | |||
| @@ -445,16 +445,6 @@ void vcc_insert_socket(struct sock *sk); | |||
| 445 | 445 | ||
| 446 | void atm_dev_release_vccs(struct atm_dev *dev); | 446 | void atm_dev_release_vccs(struct atm_dev *dev); |
| 447 | 447 | ||
| 448 | /* | ||
| 449 | * This is approximately the algorithm used by alloc_skb. | ||
| 450 | * | ||
| 451 | */ | ||
| 452 | |||
| 453 | static inline int atm_guess_pdu2truesize(int size) | ||
| 454 | { | ||
| 455 | return SKB_DATA_ALIGN(size) + sizeof(struct skb_shared_info); | ||
| 456 | } | ||
| 457 | |||
| 458 | 448 | ||
| 459 | static inline void atm_force_charge(struct atm_vcc *vcc,int truesize) | 449 | static inline void atm_force_charge(struct atm_vcc *vcc,int truesize) |
| 460 | { | 450 | { |
