diff mbox

smsc911x: Add MODULE_ALIAS()

Message ID 4C9BCFC5.9090808@bergerie
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Vincent Stehlé Sept. 23, 2010, 10:08 p.m. UTC
Hi,

The smsc911x ethernet driver is lacking a module alias. This does
prevent auto-loading of the driver.

The attached patch fixes this. Please apply.

Best regards,

Comments

David Miller Sept. 27, 2010, 1:50 a.m. UTC | #1
From: Vincent <vincent.stehle@laposte.net>
Date: Fri, 24 Sep 2010 00:08:05 +0200

> The smsc911x ethernet driver is lacking a module alias. This does
> prevent auto-loading of the driver.
> 
> The attached patch fixes this. Please apply.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

From 54d0c88812d9707fc721ab4b6a2f669a44f873d7 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Vincent=20Stehl=C3=A9?= <vincent.stehle@laposte.net>
Date: Thu, 23 Sep 2010 23:19:14 +0200
Subject: [PATCH] smsc911x: Add MODULE_ALIAS()
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This enables auto loading for the smsc911x ethernet driver.

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
---
 drivers/net/smsc911x.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/smsc911x.c b/drivers/net/smsc911x.c
index 7a7b01a..1cf5b8a 100644
--- 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;
-- 
1.5.6.5