From b8aca08d6ae2505069f3214823fcf85aaac5cdac Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 29 May 2012 09:30:40 +0000 Subject: [PATCH] --- yaml --- r: 309493 b: refs/heads/master c: 2033e9bf06f07e049bbc77e9452856df846714cc h: refs/heads/master i: 309491: 7f722136a98bd45d985c95814b271c0d9e8acd6c v: v3 --- [refs] | 2 +- trunk/include/linux/net.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 */