[NET]: Use MODULE_ALIAS() in network families.
commit398bc89a69e4416cae30abcf04fb48b263eb3118
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Sep 2003 21:38:35 +0000 (1 14:38 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 1 Sep 2003 21:38:35 +0000 (1 14:38 -0700)
tree74741d8d54a177ebf75250e9a433c59f30b9d9d4
parentdbbe58fbfbbaa04edd04a37fffc4ce1199268693
[NET]: Use MODULE_ALIAS() in network families.

Previously, default aliases were hardwired into modutils.  Now they
should be inside the modules, using MODULE_ALIAS() (they will be overridden
by any user alias).
20 files changed:
include/linux/net.h
net/appletalk/ddp.c
net/atm/common.c
net/ax25/af_ax25.c
net/bluetooth/bnep/core.c
net/decnet/af_decnet.c
net/econet/af_econet.c
net/ipv4/af_inet.c
net/ipv6/af_inet6.c
net/ipx/af_ipx.c
net/irda/irsyms.c
net/key/af_key.c
net/llc/llc_main.c
net/netlink/af_netlink.c
net/netrom/af_netrom.c
net/packet/af_packet.c
net/rose/af_rose.c
net/unix/af_unix.c
net/wanrouter/af_wanpipe.c
net/x25/af_x25.c