diff options
Diffstat (limited to 'arch/arm/mach-at91/at91sam926x_time.c')
| -rw-r--r-- | arch/arm/mach-at91/at91sam926x_time.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/at91sam926x_time.c b/arch/arm/mach-at91/at91sam926x_time.c index f7191e11df27..3a4bc2e1a65e 100644 --- a/arch/arm/mach-at91/at91sam926x_time.c +++ b/arch/arm/mach-at91/at91sam926x_time.c | |||
| @@ -224,7 +224,7 @@ static int __init of_at91sam926x_pit_init(void) | |||
| 224 | /* | 224 | /* |
| 225 | * Set up both clocksource and clockevent support. | 225 | * Set up both clocksource and clockevent support. |
| 226 | */ | 226 | */ |
| 227 | static void __init at91sam926x_pit_init(void) | 227 | void __init at91sam926x_pit_init(void) |
| 228 | { | 228 | { |
| 229 | unsigned long pit_rate; | 229 | unsigned long pit_rate; |
| 230 | unsigned bits; | 230 | unsigned bits; |
| @@ -279,7 +279,3 @@ void __init at91sam926x_ioremap_pit(u32 addr) | |||
| 279 | if (!pit_base_addr) | 279 | if (!pit_base_addr) |
| 280 | panic("Impossible to ioremap PIT\n"); | 280 | panic("Impossible to ioremap PIT\n"); |
| 281 | } | 281 | } |
| 282 | |||
| 283 | struct sys_timer at91sam926x_timer = { | ||
| 284 | .init = at91sam926x_pit_init, | ||
| 285 | }; | ||
