diff options
-rw-r--r-- | drivers/atm/lanai.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c index 93eaf8d94492..d2e9ea8d504e 100644 --- a/drivers/atm/lanai.c +++ b/drivers/atm/lanai.c | |||
@@ -681,15 +681,6 @@ static inline int aal5_size(int size) | |||
681 | return cells * 48; | 681 | return cells * 48; |
682 | } | 682 | } |
683 | 683 | ||
684 | /* How many bytes can we send if we have "space" space, assuming we have | ||
685 | * to send full cells | ||
686 | */ | ||
687 | static inline int aal5_spacefor(int space) | ||
688 | { | ||
689 | int cells = space / 48; | ||
690 | return cells * 48; | ||
691 | } | ||
692 | |||
693 | /* -------------------- FREE AN ATM SKB: */ | 684 | /* -------------------- FREE AN ATM SKB: */ |
694 | 685 | ||
695 | static inline void lanai_free_skb(struct atm_vcc *atmvcc, struct sk_buff *skb) | 686 | static inline void lanai_free_skb(struct atm_vcc *atmvcc, struct sk_buff *skb) |