summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus_trace.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-11-13 08:59:50 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-16 22:18:52 -0800
commite3c25930d90216f7f6e536136a70daee7450604c (patch)
tree2753149c28ad8c6094747fdb8c0cf0c410d1026e /drivers/staging/greybus/greybus_trace.h
parentbf6a61bd2f36245c3d2d62b411cea48f10b7f4dd (diff)
greybus: es1: Remove the (now) unused es1 driver
This was used by gbsim earlier, but not anymore. Lets remove it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_trace.h')
-rw-r--r--drivers/staging/greybus/greybus_trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus_trace.h b/drivers/staging/greybus/greybus_trace.h
index d38f9e0810a7..a39fa396d949 100644
--- a/drivers/staging/greybus/greybus_trace.h
+++ b/drivers/staging/greybus/greybus_trace.h
@@ -132,7 +132,7 @@ DECLARE_EVENT_CLASS(gb_host_device,
/*
* tracepoint name greybus:gb_host_device_send
* description tracepoint representing the point data are transmitted
- * location es1.c/es2.c:message_send
+ * location es2.c:message_send
*/
DEFINE_EVENT(gb_host_device, gb_host_device_send,
@@ -145,7 +145,7 @@ DEFINE_EVENT(gb_host_device, gb_host_device_send,
/*
* tracepoint name greybus:gb_host_device_recv
* description tracepoint representing the point data are received
- * location es1.c/es2.c:cport_in_callback
+ * location es2.c:cport_in_callback
*/
DEFINE_EVENT(gb_host_device, gb_host_device_recv,