]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sch_atm.c: get rid of poinless extern
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Apr 2012 22:17:15 +0000 (18:17 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 21 Apr 2012 22:51:34 +0000 (18:51 -0400)
commit94481528142e8505b60ec165a0db94075ac09de5
tree4128290a94ae3be839a05bcc5c9da6e486c974d5
parent9f518b78b2c559974afb1589c1569088709fe55c
sch_atm.c: get rid of poinless extern

sockfd_lookup() is declared in linux/net.h, which is pulled by
linux/skbuff.h (and needed for a lot of other stuff in sch_atm.c
anyway).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/sched/sch_atm.c