diff options
author | Soyoung Park <speattle@yahoo.com> | 2006-04-28 14:59:44 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-04-29 18:33:13 -0700 |
commit | 09493abfdbe8144ce0805efac7a8a3c4eb869c12 (patch) | |
tree | d29bab6343b66273a96b93acd887f6853ad6e87b /net/netlink | |
parent | 89bbb0a361cdae50eec863f10a876b58abf7d312 (diff) | |
download | linux-3.10-09493abfdbe8144ce0805efac7a8a3c4eb869c12.tar.gz linux-3.10-09493abfdbe8144ce0805efac7a8a3c4eb869c12.tar.bz2 linux-3.10-09493abfdbe8144ce0805efac7a8a3c4eb869c12.zip |
[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 <speattle@yahoo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 2a233ffcf61..b8ea61f357e 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c @@ -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 { |