diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-10-21 09:42:29 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-10-21 18:13:58 (GMT) |
commit | d3491820e8a65c4a51c8e2a165c6a13f864101ba (patch) | |
tree | 415ae0b82ad039231be9b3a5f366072ef28e2498 /arch/arm/mach-kirkwood/lacie_v2-common.h | |
parent | 2fa0f93915eacf758da800e2c67b3b9adef1c5c5 (diff) | |
download | linux-d3491820e8a65c4a51c8e2a165c6a13f864101ba.tar.xz |
[ARM] Kirkwood: fix timer initialization for LaCie boards
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/lacie_v2-common.h')
-rw-r--r-- | arch/arm/mach-kirkwood/lacie_v2-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-kirkwood/lacie_v2-common.h b/arch/arm/mach-kirkwood/lacie_v2-common.h index af52131..fc64f57 100644 --- a/arch/arm/mach-kirkwood/lacie_v2-common.h +++ b/arch/arm/mach-kirkwood/lacie_v2-common.h @@ -13,6 +13,4 @@ void lacie_v2_register_flash(void); void lacie_v2_register_i2c_devices(void); void lacie_v2_hdd_power_init(int hdd_num); -extern struct sys_timer lacie_v2_timer; - #endif |