diff options
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r-- | include/linux/clockchips.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 4ea7e7bcfaf..8486e78f733 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h | |||
@@ -54,17 +54,17 @@ enum clock_event_nofitiers { | |||
54 | /** | 54 | /** |
55 | * struct clock_event_device - clock event device descriptor | 55 | * struct clock_event_device - clock event device descriptor |
56 | * @name: ptr to clock event name | 56 | * @name: ptr to clock event name |
57 | * @hints: usage hints | 57 | * @features: features |
58 | * @max_delta_ns: maximum delta value in ns | 58 | * @max_delta_ns: maximum delta value in ns |
59 | * @min_delta_ns: minimum delta value in ns | 59 | * @min_delta_ns: minimum delta value in ns |
60 | * @mult: nanosecond to cycles multiplier | 60 | * @mult: nanosecond to cycles multiplier |
61 | * @shift: nanoseconds to cycles divisor (power of two) | 61 | * @shift: nanoseconds to cycles divisor (power of two) |
62 | * @rating: variable to rate clock event devices | 62 | * @rating: variable to rate clock event devices |
63 | * @irq: irq number (only for non cpu local devices) | 63 | * @irq: IRQ number (only for non CPU local devices) |
64 | * @cpumask: cpumask to indicate for which cpus this device works | 64 | * @cpumask: cpumask to indicate for which CPUs this device works |
65 | * @set_next_event: set next event | 65 | * @set_next_event: set next event function |
66 | * @set_mode: set mode function | 66 | * @set_mode: set mode function |
67 | * @evthandler: Assigned by the framework to be called by the low | 67 | * @event_handler: Assigned by the framework to be called by the low |
68 | * level handler of the event source | 68 | * level handler of the event source |
69 | * @broadcast: function to broadcast events | 69 | * @broadcast: function to broadcast events |
70 | * @list: list head for the management code | 70 | * @list: list head for the management code |