Skip to content

Commit

Permalink
smsc911x: Add MODULE_ALIAS()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent Stehlé authored and David S. Miller committed Sep 27, 2010
1 parent 693019e commit 62038e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

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

#if USE_DEBUG > 0
static int debug = 16;
Expand Down

0 comments on commit 62038e4

Please sign in to comment.