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>

authored by Vincent Stehlé and committed by David S. Miller 62038e4a 693019e9

+1
+1
drivers/net/smsc911x.c
··· 58 58 59 59 MODULE_LICENSE("GPL"); 60 60 MODULE_VERSION(SMSC_DRV_VERSION); 61 + MODULE_ALIAS("platform:smsc911x"); 61 62 62 63 #if USE_DEBUG > 0 63 64 static int debug = 16;