summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMartin Michlmayr2008-02-28 21:11:48 +0100
committerJeff Garzik2008-03-05 12:28:31 +0100
commit27c8bc2cc1a520a6c77b225bb7dc53f7dea32f6f (patch)
tree97183a809ffd025f07b76d8de0b336914654cb1f /drivers
parentde2104x: remove BUG_ON() when changing media type (diff)
downloadkernel-qcow2-linux-27c8bc2cc1a520a6c77b225bb7dc53f7dea32f6f.tar.gz
kernel-qcow2-linux-27c8bc2cc1a520a6c77b225bb7dc53f7dea32f6f.tar.xz
kernel-qcow2-linux-27c8bc2cc1a520a6c77b225bb7dc53f7dea32f6f.zip
mv643xx_eth: Define module alias for platform device
The mv643xx_eth driver can be loaded as a platform device, as is done by various Orion (ARM) based devices. The driver needs to define a module alias for the platform driver so udev will load it automatically. Tested with Debian on a QNAP TS-209. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/mv643xx_eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index b528ce77c406..771139e283af 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -2104,6 +2104,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR( "Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, Manish Lachwani"
" and Dale Farnsworth");
MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX");
+MODULE_ALIAS("platform:mv643xx_eth");
/*
* The second part is the low level driver of the gigE ethernet ports.