mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +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_LICENSE("GPL");
|
||||||
MODULE_VERSION(SMSC_DRV_VERSION);
|
MODULE_VERSION(SMSC_DRV_VERSION);
|
||||||
|
MODULE_ALIAS("platform:smsc911x");
|
||||||
|
|
||||||
#if USE_DEBUG > 0
|
#if USE_DEBUG > 0
|
||||||
static int debug = 16;
|
static int debug = 16;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user