diff options
Diffstat (limited to 'include/linux/pps_kernel.h')
-rw-r--r-- | include/linux/pps_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pps_kernel.h b/include/linux/pps_kernel.h index 23f63c3263b..65194fe498b 100644 --- a/include/linux/pps_kernel.h +++ b/include/linux/pps_kernel.h | |||
@@ -55,7 +55,7 @@ struct pps_device { | |||
55 | struct pps_ktime clear_tu; | 55 | struct pps_ktime clear_tu; |
56 | int current_mode; /* PPS mode at event time */ | 56 | int current_mode; /* PPS mode at event time */ |
57 | 57 | ||
58 | int go; /* PPS event is arrived? */ | 58 | unsigned int last_ev; /* last PPS event id */ |
59 | wait_queue_head_t queue; /* PPS event queue */ | 59 | wait_queue_head_t queue; /* PPS event queue */ |
60 | 60 | ||
61 | unsigned int id; /* PPS source unique ID */ | 61 | unsigned int id; /* PPS source unique ID */ |