diff options
Diffstat (limited to 'drivers/clocksource/acpi_pm.c')
-rw-r--r-- | drivers/clocksource/acpi_pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index b6bcdbbf57b3..c7276a61695b 100644 --- a/drivers/clocksource/acpi_pm.c +++ b/drivers/clocksource/acpi_pm.c | |||
@@ -72,7 +72,8 @@ static struct clocksource clocksource_acpi_pm = { | |||
72 | .mask = (cycle_t)ACPI_PM_MASK, | 72 | .mask = (cycle_t)ACPI_PM_MASK, |
73 | .mult = 0, /*to be caluclated*/ | 73 | .mult = 0, /*to be caluclated*/ |
74 | .shift = 22, | 74 | .shift = 22, |
75 | .is_continuous = 1, | 75 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
76 | |||
76 | }; | 77 | }; |
77 | 78 | ||
78 | 79 | ||