[patch] cleanup unused macro in net/netlink/af_netlink.c

2006-04-28 Thread S P
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<[EMAIL PROTECTED]>--- linux-2.6.16/net/netlink/af_netlink.c~  Sun Mar 19 21:53:29 2006
+++ linux-2.6.16/net/netlink/af_netlink.c   Fri Apr 28 13:41:52 2006
@@ -61,7 +61,6 @@
 #include 
 #include 
 
-#define Nprintk(a...)
 #define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8)
 
 struct netlink_sock {


Re: [patch] cleanup unused macro in net/netlink/af_netlink.c

2006-04-28 Thread David S. Miller
From: S P <[EMAIL PROTECTED]>
Date: Fri, 28 Apr 2006 13:51:43 -0700 (PDT)

> 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<[EMAIL PROTECTED]>

Patch applied, thanks a lot.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html