]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[NETLINK]: cleanup unused macro in net/netlink/af_netlink.c
authorSoyoung Park <speattle@yahoo.com>
Fri, 28 Apr 2006 21:59:44 +0000 (14:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 30 Apr 2006 01:33:13 +0000 (18:33 -0700)
1 line removal, of unused macro.
ran 'egrep -r' from linux-2.6.16/ for Nprintk and
didn't see it anywhere else but here, in #define...

Signed-off-by: Soyoung Park <speattle@yahoo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c

index 2a233ffcf6182008ba0dfbccb06eb28f559ff77d..b8ea61f357e68aa46f1b4bc38bd29df5a3b580ad 100644 (file)
@@ -61,7 +61,6 @@
 #include <net/scm.h>
 #include <net/netlink.h>
 
-#define Nprintk(a...)
 #define NLGRPSZ(x)     (ALIGN(x, sizeof(unsigned long) * 8) / 8)
 
 struct netlink_sock {