mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
[PATCH] Add modalias for pmac network drivers
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>
This commit is contained in:
parent
dcb34abb4d
commit
8c9795ba01
@ -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 =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user