atm: lanai: Remove unused function
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Tue, 13 Jan 2015 18:45:19 +0000 (19:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 22:27:18 +0000 (17:27 -0500)
Remove the function aal5_spacefor() that is not used anywhere.

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/lanai.c

index 93eaf8d..d2e9ea8 100644 (file)
@@ -681,15 +681,6 @@ static inline int aal5_size(int size)
        return cells * 48;
 }
 
-/* How many bytes can we send if we have "space" space, assuming we have
- * to send full cells
- */
-static inline int aal5_spacefor(int space)
-{
-       int cells = space / 48;
-       return cells * 48;
-}
-
 /* -------------------- FREE AN ATM SKB: */
 
 static inline void lanai_free_skb(struct atm_vcc *atmvcc, struct sk_buff *skb)