aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/arpc.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-08-26 12:55:51 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-26 13:21:13 +0200
commit1b1732c4c473ba59901cf5cc5c6ef2d3578cce14 (patch)
tree9f95dee87231fe03d33e7ef7568c36caf56e640d /drivers/staging/greybus/arpc.h
parentgreybus: hd/es2: remove obsolete callbacks (diff)
downloadlinux-dev-1b1732c4c473ba59901cf5cc5c6ef2d3578cce14.tar.xz
linux-dev-1b1732c4c473ba59901cf5cc5c6ef2d3578cce14.zip
greybus: es2: remove obsolete cport-reset ARPC
Remove the now obsolete and redundant cport-reset ARPC, along with the consequently unused cport_disable callback. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/arpc.h')
-rw-r--r--drivers/staging/greybus/arpc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/greybus/arpc.h b/drivers/staging/greybus/arpc.h
index d0230ab6b81f..7fbddfc40d83 100644
--- a/drivers/staging/greybus/arpc.h
+++ b/drivers/staging/greybus/arpc.h
@@ -76,17 +76,12 @@ struct arpc_response_message {
/* ARPC requests */
-#define ARPC_TYPE_CPORT_RESET 0x00
#define ARPC_TYPE_CPORT_CONNECTED 0x01
#define ARPC_TYPE_CPORT_QUIESCE 0x02
#define ARPC_TYPE_CPORT_CLEAR 0x03
#define ARPC_TYPE_CPORT_FLUSH 0x04
#define ARPC_TYPE_CPORT_SHUTDOWN 0x05
-struct arpc_cport_reset_req {
- __le16 cport_id;
-} __packed;
-
struct arpc_cport_connected_req {
__le16 cport_id;
} __packed;