diff options
Diffstat (limited to 'arch/arm/mach-orion5x/common.c')
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index 70f7d712d6f4..87a6cdabcad5 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c | |||
@@ -99,7 +99,8 @@ void __init orion5x_eth_init(struct mv643xx_eth_platform_data *eth_data) | |||
99 | { | 99 | { |
100 | orion_ge00_init(eth_data, | 100 | orion_ge00_init(eth_data, |
101 | ORION5X_ETH_PHYS_BASE, IRQ_ORION5X_ETH_SUM, | 101 | ORION5X_ETH_PHYS_BASE, IRQ_ORION5X_ETH_SUM, |
102 | IRQ_ORION5X_ETH_ERR); | 102 | IRQ_ORION5X_ETH_ERR, |
103 | MV643XX_TX_CSUM_DEFAULT_LIMIT); | ||
103 | } | 104 | } |
104 | 105 | ||
105 | 106 | ||