]> git.baikalelectronics.ru Git - kernel.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>
Fri, 1 Jun 2012 14:37:18 +0000 (10:37 -0400)
commitbe50ebf4c44d70f4af31b625f7a48e08114e37b6
tree7ca457e5c9518ea9b597cf5e6678e78ff1c41326
parent200bbf97e6308cdf007ca78d1df3e93c22b68ba7
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