Commit e3c25930 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: es1: Remove the (now) unused es1 driver

This was used by gbsim earlier, but not anymore. Lets remove it.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent bf6a61bd
......@@ -29,7 +29,6 @@ gb-loopback-y := loopback.o
gb-light-y := light.o
gb-raw-y := raw.o
gb-hid-y := hid.o
gb-es1-y := es1.o
gb-es2-y := es2.o
gb-db3-y := db3-platform.o
......@@ -41,7 +40,6 @@ obj-m += gb-loopback.o
obj-m += gb-light.o
obj-m += gb-hid.o
obj-m += gb-raw.o
obj-m += gb-es1.o
obj-m += gb-es2.o
obj-m += gb-db3.o
......
This diff is collapsed.
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment