X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=net%2Fl2tp%2Fl2tp_core.h;h=5871537af387b2566c8ffaa79d107efaf3701fae;hb=991659674288dba28c2f5a3d1a0133ef4d20824a;hp=68aa9ffd4ae4d972cdd57ea742ddf3b78ba497d6;hpb=ca5a1b9ba0fb5291b555a23b76dbe5f6c30bfd7a;p=cascardo%2Flinux.git diff --git a/net/l2tp/l2tp_core.h b/net/l2tp/l2tp_core.h index 68aa9ffd4ae4..5871537af387 100644 --- a/net/l2tp/l2tp_core.h +++ b/net/l2tp/l2tp_core.h @@ -321,4 +321,7 @@ do { \ #define l2tp_dbg(ptr, type, fmt, ...) \ l2tp_printk(ptr, type, pr_debug, fmt, ##__VA_ARGS__) +#define MODULE_ALIAS_L2TP_PWTYPE(type) \ + MODULE_ALIAS("net-l2tp-type-" __stringify(type)) + #endif /* _L2TP_CORE_H_ */