net: rmnet: add missing module alias
authorTaehee Yoo <ap420073@gmail.com>
Wed, 4 Mar 2020 23:24:42 +0000 (23:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Mar 2020 19:47:10 +0000 (11:47 -0800)
commiteed22a0685d651fc531bc63f215bb2a71d4b98e5
tree80a1090aa9b122b34222bd8fd1a66cb4b6a99cd8
parentaec128f9ab1d0cdddd2f7b2bab5ee7f1a74309e6
net: rmnet: add missing module alias

In the current rmnet code, there is no module alias.
So, RTNL couldn't load rmnet module automatically.

Test commands:
    ip link add dummy0 type dummy
    modprobe -rv rmnet
    ip link add rmnet0 link dummy0 type rmnet  mux_id 1

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c