GRETH: added raw AMBA vendor/device number to match against.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Daniel Hellstrom 2011-01-14 03:02:37 +00:00 коммит произвёл David S. Miller
Родитель 3b8f5945a2
Коммит ad4650a89a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1600,6 +1600,9 @@ static struct of_device_id greth_of_match[] = {
{
.name = "GAISLER_ETHMAC",
},
{
.name = "01_01d",
},
{},
};