]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Add modalias for pmac network drivers
authorOlaf Hering <olh@suse.de>
Sat, 29 Oct 2005 00:46:21 +0000 (17:46 -0700)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 04:36:11 +0000 (14:36 +1000)
mesh, mac53c94 and airport already have an entry.  Add the network drivers
for pmac.

Signed-off-by: Olaf Hering <olh@suse.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/net/bmac.c
drivers/net/mace.c

index 60dba4a1ca5ce8d57081088c22d16eeb7a2ee8f6..0ee28899fb8dd636061d6073c6288a9629c42165 100644 (file)
@@ -1658,6 +1658,7 @@ static struct of_device_id bmac_match[] =
        },
        {},
 };
+MODULE_DEVICE_TABLE (of, bmac_match);
 
 static struct macio_driver bmac_driver = 
 {
index 81d0a26e4f41c00662f5984469b3fad209b96d67..f2fc1f26cd4b56eba166874d2365cfd77183616f 100644 (file)
@@ -1016,6 +1016,7 @@ static struct of_device_id mace_match[] =
        },
        {},
 };
+MODULE_DEVICE_TABLE (of, mace_match);
 
 static struct macio_driver mace_driver = 
 {