* [patch] cleanup unused macro in net/netlink/af_netlink.c
@ 2006-04-28 20:51 S P
2006-04-28 21:59 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: S P @ 2006-04-28 20:51 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 232 bytes --]
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>
[-- Attachment #2: 1497678878-remove_unused_macro.txt --]
[-- Type: text/plain, Size: 313 bytes --]
--- 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 <net/scm.h>
#include <net/netlink.h>
-#define Nprintk(a...)
#define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8)
struct netlink_sock {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-28 21:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28 20:51 [patch] cleanup unused macro in net/netlink/af_netlink.c S P
2006-04-28 21:59 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox