From: Soyoung Park Date: Fri, 28 Apr 2006 21:59:44 +0000 (-0700) Subject: [NETLINK]: cleanup unused macro in net/netlink/af_netlink.c X-Git-Tag: firefly_0821_release~35925^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09493abfdbe8144ce0805efac7a8a3c4eb869c12;p=firefly-linux-kernel-4.4.55.git [NETLINK]: cleanup unused macro in net/netlink/af_netlink.c 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 Signed-off-by: David S. Miller --- diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 2a233ffcf618..b8ea61f357e6 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c @@ -61,7 +61,6 @@ #include #include -#define Nprintk(a...) #define NLGRPSZ(x) (ALIGN(x, sizeof(unsigned long) * 8) / 8) struct netlink_sock {