diff --git a/[refs] b/[refs] index b8b62fd91e73..36aadb39e72c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 20571d8894d1ee5a181e34e8d07ed8472acd30c4 +refs/heads/master: 2033e9bf06f07e049bbc77e9452856df846714cc diff --git a/trunk/include/linux/net.h b/trunk/include/linux/net.h index 2d7510f38934..e9ac2df079ba 100644 --- a/trunk/include/linux/net.h +++ b/trunk/include/linux/net.h @@ -313,5 +313,8 @@ extern int kernel_sock_shutdown(struct socket *sock, MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \ "-type-" __stringify(type)) +#define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ + MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \ + name) #endif /* __KERNEL__ */ #endif /* _LINUX_NET_H */