Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@

MODULE_LICENSE("GPL");
MODULE_VERSION(SMSC_DRV_VERSION);
MODULE_ALIAS("platform:smsc911x");

#if USE_DEBUG > 0
static int debug = 16;