commit | 22acb19a91d2b551ea37647747972e5286284b22 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Mon Sep 25 15:53:37 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 25 15:53:37 2006 -0700 |
tree | c37455de7df838e76b6f4279f084bce95c16e416 | |
parent | df2115c3134d0d1a18c1f37f5192394e7f64d1e0 [diff] |
[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>