summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/control.c
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2016-05-12 12:43:52 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-14 18:26:24 +0200
commit123e7497237a43068d88d49efaca6fff1f5e29e3 (patch)
tree77abfad94d495c123ac25a37f05b20f5b81e50ee /drivers/staging/greybus/control.c
parentfa433b619655bf2d253094074d132004a9fa479c (diff)
greybus: control: Drop unused parameter from timesync_authoritative
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>
Diffstat (limited to 'drivers/staging/greybus/control.c')
-rw-r--r--drivers/staging/greybus/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c
index 7a838068c1ad..b4a1c1476c56 100644
--- a/drivers/staging/greybus/control.c
+++ b/drivers/staging/greybus/control.c
@@ -192,7 +192,7 @@ int gb_control_timesync_get_last_event(struct gb_control *control,
}
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;