diff options
author | Olof Johansson <olof@lixom.net> | 2012-09-13 01:34:11 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-13 01:34:11 -0400 |
commit | 025c95a6826ad8acfe871f33c2fa9208beeb38df (patch) | |
tree | 220fe156ff60db13bd3a1319f5e20d6b723de5f4 /arch/arm/mach-dove | |
parent | 0558d7a8ed44e6e53aadb04d2e23145efb2aa8a4 (diff) | |
parent | 7f744b17140af1a9c8804a1c81c9dae6bb52a7fb (diff) |
Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanup
* 'clk' of git://github.com/hzhuang1/linux:
ARM: mmp: remove unused definition in APBC and APMU
ARM: mmp: move mmp2 clock definition to separated file
arm: mmp: move pxa910 clock definition to separated file
arm: mmp: move pxa168 clock definition to separated file
arm: mmp: make private clock definition exclude from common clock
+ Linux 3.6-rc4
Diffstat (limited to 'arch/arm/mach-dove')
-rw-r--r-- | arch/arm/mach-dove/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index ed4fa5f316ea..cc4c6a5a357c 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c | |||
@@ -92,7 +92,8 @@ void __init dove_ehci1_init(void) | |||
92 | void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data) | 92 | void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data) |
93 | { | 93 | { |
94 | orion_ge00_init(eth_data, DOVE_GE00_PHYS_BASE, | 94 | orion_ge00_init(eth_data, DOVE_GE00_PHYS_BASE, |
95 | IRQ_DOVE_GE00_SUM, IRQ_DOVE_GE00_ERR); | 95 | IRQ_DOVE_GE00_SUM, IRQ_DOVE_GE00_ERR, |
96 | 1600); | ||
96 | } | 97 | } |
97 | 98 | ||
98 | /***************************************************************************** | 99 | /***************************************************************************** |