Skip to content

Commit

Permalink
[NETLINK]: cleanup unused macro in net/netlink/af_netlink.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Soyoung Park authored and David S. Miller committed Apr 30, 2006
1 parent 89bbb0a commit 09493ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 09493ab

Please sign in to comment.