mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
greybus: add a connection->private field
This will be used for driver-specific data for whatever drives the other end of the connection. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b0b657555c
commit
8a30672a52
@@ -25,6 +25,8 @@ struct gb_connection {
|
||||
|
||||
struct list_head operations;
|
||||
atomic_t op_cycle;
|
||||
|
||||
void *private;
|
||||
};
|
||||
|
||||
struct gb_connection *gb_connection_create(struct gb_interface *interface,
|
||||
|
||||
Reference in New Issue
Block a user