diff options
Diffstat (limited to 'arch/arm/mach-netx/time.c')
-rw-r--r-- | arch/arm/mach-netx/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/time.c b/arch/arm/mach-netx/time.c index 5773b55ef4a6..7e132fcccd47 100644 --- a/arch/arm/mach-netx/time.c +++ b/arch/arm/mach-netx/time.c | |||
@@ -62,7 +62,7 @@ static struct clocksource clocksource_netx = { | |||
62 | .read = netx_get_cycles, | 62 | .read = netx_get_cycles, |
63 | .mask = CLOCKSOURCE_MASK(32), | 63 | .mask = CLOCKSOURCE_MASK(32), |
64 | .shift = 20, | 64 | .shift = 20, |
65 | .is_continuous = 1, | 65 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
66 | }; | 66 | }; |
67 | 67 | ||
68 | /* | 68 | /* |