Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs
[firefly-linux-kernel-4.4.55.git] / arch / metag / kernel / time.c
1 /*
2  * Copyright (C) 2005-2013 Imagination Technologies Ltd.
3  *
4  * This file contains the Meta-specific time handling details.
5  *
6  */
7
8 #include <linux/init.h>
9
10 #include <clocksource/metag_generic.h>
11
12 void __init time_init(void)
13 {
14         metag_generic_timer_init();
15 }