summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2015-07-24 17:19:21 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-27 14:13:16 -0700
commitd187576fbe66995a97eebddaa27474b50407d18f (patch)
treee63e3bce743116d51cdc04a2b59eaa330a9c6193 /drivers/staging/greybus/greybus.h
parent90c807e4fb19dba5db3ec7b6a86b0038aa574f84 (diff)
greybus: remove submit_svc from the host driver
The callback is never used anymore, so remove it from struct greybus_host_driver as well as from the es1 and es2 drivers. Tested-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index a0114953d3e7..30ea4a4c17ea 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -84,8 +84,6 @@ struct greybus_host_driver {
int (*message_send)(struct greybus_host_device *hd, u16 dest_cport_id,
struct gb_message *message, gfp_t gfp_mask);
void (*message_cancel)(struct gb_message *message);
- int (*submit_svc)(struct svc_msg *svc_msg,
- struct greybus_host_device *hd);
};
struct greybus_host_device {