From: Neil Horman Date: Tue, 29 May 2012 09:30:42 +0000 (+0000) Subject: drop_monitor: Add module alias to enable automatic module loading X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fdcbd453152329002f12dfda0be90b714458164;p=linux.git drop_monitor: Add module alias to enable automatic module loading Now that we have module alias macros for generic netlink families, lets use those to mark modules with the appropriate family names for loading Signed-off-by: Neil Horman CC: Eric Dumazet CC: David Miller Signed-off-by: David S. Miller --- diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c index 3252e7e0a0055..ea5fb9fcc3f59 100644 --- a/net/core/drop_monitor.c +++ b/net/core/drop_monitor.c @@ -468,3 +468,4 @@ module_exit(exit_net_drop_monitor); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Neil Horman "); +MODULE_ALIAS_GENL_FAMILY("NET_DM");