The count field is redundant and unused. Drop it from the control
timesync_authoritative command.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
}
int gb_control_timesync_authoritative(struct gb_control *control,
- u64 *frame_time, u8 count)
+ u64 *frame_time)
{
struct gb_control_timesync_authoritative_request request;
int i;
int gb_control_timesync_get_last_event(struct gb_control *control,
u64 *frame_time);
int gb_control_timesync_authoritative(struct gb_control *control,
- u64 *frame_time, u8 count);
+ u64 *frame_time);
#endif /* __CONTROL_H */