]> git.baikalelectronics.ru Git - kernel.git/commit
[NETLINK]: add nla_for_each_nested() to the interface list
authorPaul Moore <paul.moore@hp.com>
Mon, 25 Sep 2006 22:53:37 +0000 (15:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Sep 2006 22:53:37 +0000 (15:53 -0700)
commit47ac999911f697f9861516ff3ba6b1a4647e1757
treec37455de7df838e76b6f4279f084bce95c16e416
parentfd5beb624dc2a8b03a72489a11f6535d33d22bf7
[NETLINK]: add nla_for_each_nested() to the interface list

At the top of include/net/netlink.h is a list of Netlink interfaces, however,
the nla_for_each_nested() macro was not listed.  This patch adds this interface
to the list at the top of the header file.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h