diff options
author | Alex Elder <elder@linaro.org> | 2014-11-17 18:08:37 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <greg@kroah.com> | 2014-11-17 17:19:20 -0800 |
commit | 374e6a269cc3b1f044be78215c3e96021796de7d (patch) | |
tree | 3eef1a2fa683c8a80b1aa54c97dba1c815332dd4 /drivers/staging/greybus/connection.h | |
parent | 4e5007e5c27e012dd50db4c96cb9f57d235df1ee (diff) |
greybus: kill off the last of gbuf.c
Only three functions remain in "gbuf.c". Move one of them into
"connection.c" and the other two into "operation.c".
Some more cleanup is coming that will further straighten out gbufs
but for now there's no sense in drawing this out any longer.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/connection.h')
-rw-r--r-- | drivers/staging/greybus/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h index 5e969672b793..bcaad47aaa03 100644 --- a/drivers/staging/greybus/connection.h +++ b/drivers/staging/greybus/connection.h @@ -53,6 +53,8 @@ void gb_connection_exit(struct gb_connection *connection); struct gb_connection *gb_hd_connection_find(struct greybus_host_device *hd, u16 cport_id); +void greybus_cport_in(struct greybus_host_device *hd, u16 cport_id, + u8 *data, size_t length); __printf(2, 3) void gb_connection_err(struct gb_connection *connection, const char *fmt, ...); |