genetlink: remove family pointer from genl_multicast_group
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Nov 2013 14:19:36 +0000 (15:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2013 21:39:06 +0000 (16:39 -0500)
commitc2ebb908469d507ff400dad94efc755e6c799672
treed5a8ef3abc30ed3fa6303bb72a3bf1ce5a84a61b
parent06fb555a273dc8ef0d876f4e864ad11cfcea63e0
genetlink: remove family pointer from genl_multicast_group

There's no reason to have the family pointer there since it
can just be passed internally where needed, so remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
net/netlink/genetlink.c