o sch_atm: sockfd_put is already defined similarly in linux/net.h

parent ba654de8
......@@ -19,9 +19,6 @@
extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */
#define sockfd_put(sock) fput((sock)->file) /* @@@ copied because it's
__inline__ in socket.c */
#if 0 /* control */
#define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment