Commit 8c9795ba authored by Olaf Hering's avatar Olaf Hering Committed by Paul Mackerras

[PATCH] Add modalias for pmac network drivers

mesh, mac53c94 and airport already have an entry.  Add the network drivers
for pmac.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent dcb34abb
......@@ -1658,6 +1658,7 @@ static struct of_device_id bmac_match[] =
},
{},
};
MODULE_DEVICE_TABLE (of, bmac_match);
static struct macio_driver bmac_driver =
{
......
......@@ -1016,6 +1016,7 @@ static struct of_device_id mace_match[] =
},
{},
};
MODULE_DEVICE_TABLE (of, mace_match);
static struct macio_driver mace_driver =
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment