netlink: Remove compat API for nested attributes
authorThomas Graf <tgraf@suug.ch>
Wed, 3 Sep 2008 00:30:27 +0000 (17:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 00:30:27 +0000 (17:30 -0700)
commit2c10b32bf57db7ec6d4cca4c4aa3d86bacb01c8a
treedfb1fff234209b64828d9f932a543fd96b0561e2
parentb171e19ed08c8ba832e5325fadf1be493f56665d
netlink: Remove compat API for nested attributes

Removes all _nested_compat() functions from the API. The prio qdisc
no longer requires them and netem has its own format anyway. Their
existance is only confusing.

Resend: Also remove the wrapper macro.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h
net/sched/sch_netem.c
net/sched/sch_prio.c