Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09493abf authored by Soyoung Park's avatar Soyoung Park Committed by David S. Miller
Browse files

[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: default avatarSoyoung Park <speattle@yahoo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89bbb0a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {