From 0decdd55b38ac8276a1039654e529120f65ee366 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 5 May 2016 08:49:58 +0530 Subject: greybus: Revert "interface: Fetch and expose version of interface's firmware" This reverts commit b957ade7b3e4ab8c149c53346dbf02e977b7f3a7. The interface version is now managed as part of the firmware-management protocol. This operation is already removed from the greybus specifications. Drop interface version support from greybus. Tested with gbsim (sysfs file not available after this patch). Signed-off-by: Viresh Kumar Reviewed-by: Johan Hovold Acked-by: Sandeep Patil Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/control.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/greybus/control.h') diff --git a/drivers/staging/greybus/control.h b/drivers/staging/greybus/control.h index f108bcc2e059..773cdde4dc44 100644 --- a/drivers/staging/greybus/control.h +++ b/drivers/staging/greybus/control.h @@ -40,7 +40,6 @@ int gb_control_mode_switch_operation(struct gb_control *control); int gb_control_get_manifest_size_operation(struct gb_interface *intf); int gb_control_get_manifest_operation(struct gb_interface *intf, void *manifest, size_t size); -int gb_control_get_interface_version_operation(struct gb_interface *intf); int gb_control_timesync_enable(struct gb_control *control, u8 count, u64 frame_time, u32 strobe_delay, u32 refclk); int gb_control_timesync_disable(struct gb_control *control); -- cgit v1.2.3