mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
smsc911x: Add MODULE_ALIAS()
This enables auto loading for the smsc911x ethernet driver. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
693019e90c
commit
62038e4a14
@ -58,6 +58,7 @@
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(SMSC_DRV_VERSION);
|
||||
MODULE_ALIAS("platform:smsc911x");
|
||||
|
||||
#if USE_DEBUG > 0
|
||||
static int debug = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user