aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/protocol.h')
-rw-r--r--drivers/staging/greybus/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h
index 2d4fcfac8052..8bda524a4d6d 100644
--- a/drivers/staging/greybus/protocol.h
+++ b/drivers/staging/greybus/protocol.h
@@ -35,6 +35,7 @@ struct gb_protocol {
gb_connection_exit_t connection_exit;
gb_request_recv_t request_recv;
struct module *owner;
+ char *name;
};
int __gb_protocol_register(struct gb_protocol *protocol, struct module *module);