diff options
Diffstat (limited to 'include/linux/bcm2835_timer.h')
-rw-r--r-- | include/linux/bcm2835_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcm2835_timer.h b/include/linux/bcm2835_timer.h index 25680fe0903c..ca17aa817006 100644 --- a/include/linux/bcm2835_timer.h +++ b/include/linux/bcm2835_timer.h @@ -17,6 +17,6 @@ #include <asm/mach/time.h> -extern struct sys_timer bcm2835_timer; +extern void bcm2835_timer_init(void); #endif |