mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-26 16:34:29 -04:00
net: genetlink: remove unused genl_family_attrbuf()
genl_family_attrbuf() function is no longer used by anyone, so remove it. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c6c08614eb
commit
265ecd4fa3
@@ -75,8 +75,6 @@ struct genl_family {
|
||||
struct module *module;
|
||||
};
|
||||
|
||||
struct nlattr **genl_family_attrbuf(const struct genl_family *family);
|
||||
|
||||
/**
|
||||
* struct genl_info - receiving information
|
||||
* @snd_seq: sending sequence number
|
||||
|
||||
Reference in New Issue
Block a user