|
@@ -101,8 +101,8 @@ void __init dove_ehci1_init(void)
|
|
|
****************************************************************************/
|
|
|
void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data)
|
|
|
{
|
|
|
- orion_ge00_init(eth_data,
|
|
|
- DOVE_GE00_PHYS_BASE, IRQ_DOVE_GE00_SUM, 0);
|
|
|
+ orion_ge00_init(eth_data, DOVE_GE00_PHYS_BASE,
|
|
|
+ IRQ_DOVE_GE00_SUM, IRQ_DOVE_GE00_ERR);
|
|
|
}
|
|
|
|
|
|
/*****************************************************************************
|