Commit 04b92836 authored by Deepak Saxena's avatar Deepak Saxena

[ARM] Remove bogus gettimeoffset ptr from machine_desc struct.

This was accidently added during the timer code cleanup.
Signed-off-by: default avatarDeepak Saxena <dsaxena@plexity.net>
parent 8b1ee5f4
...@@ -46,7 +46,6 @@ struct machine_desc { ...@@ -46,7 +46,6 @@ struct machine_desc {
void (*map_io)(void);/* IO mapping function */ void (*map_io)(void);/* IO mapping function */
void (*init_irq)(void); void (*init_irq)(void);
void (*init_time)(void); void (*init_time)(void);
void (*gettimeoffset)(void);
void (*init_machine)(void); void (*init_machine)(void);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment