aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/pppoatm.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/pppoatm.c')
-rw-r--r--net/atm/pppoatm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/pppoatm.c b/net/atm/pppoatm.c
index aeb726cffc8c..3dce84af5dbe 100644
--- a/net/atm/pppoatm.c
+++ b/net/atm/pppoatm.c
@@ -214,7 +214,7 @@ error:
214 ppp_input_error(&pvcc->chan, 0); 214 ppp_input_error(&pvcc->chan, 0);
215} 215}
216 216
217static inline int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size) 217static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size)
218{ 218{
219 /* 219 /*
220 * It's not clear that we need to bother with using atm_may_send() 220 * It's not clear that we need to bother with using atm_may_send()