projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693019e
)
smsc911x: Add MODULE_ALIAS()
author
Vincent Stehlé
<vincent.stehle@laposte.net>
Mon, 27 Sep 2010 01:50:05 +0000
(18:50 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 27 Sep 2010 01:50:05 +0000
(18:50 -0700)
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>
drivers/net/smsc911x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/smsc911x.c
b/drivers/net/smsc911x.c
index 0909ae934ad0fcee52c5eb67101240e77fb70dde..8150ba1541161ab2e7781ade13be970540f835ec 100644
(file)
--- a/
drivers/net/smsc911x.c
+++ b/
drivers/net/smsc911x.c
@@
-58,6
+58,7
@@
MODULE_LICENSE("GPL");
MODULE_VERSION(SMSC_DRV_VERSION);
+MODULE_ALIAS("platform:smsc911x");
#if USE_DEBUG > 0
static int debug = 16;