Commit 62038e4a authored by Vincent Stehlé's avatar Vincent Stehlé Committed by David S. Miller

smsc911x: Add MODULE_ALIAS()

This enables auto loading for the smsc911x ethernet driver.
Signed-off-by: default avatarVincent Stehlé <vincent.stehle@laposte.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 693019e9
......@@ -58,6 +58,7 @@
MODULE_LICENSE("GPL");
MODULE_VERSION(SMSC_DRV_VERSION);
MODULE_ALIAS("platform:smsc911x");
#if USE_DEBUG > 0
static int debug = 16;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment