From 956adf749d697decd9fb5f46aa0fbbc889f4dfe1 Mon Sep 17 00:00:00 2001 From: Vaibhav Agarwal Date: Thu, 4 Aug 2016 15:14:36 +0530 Subject: greybus: Remove unused field from data_connection Audio codec driver internally maintains a struct containing info about module's data connection. Remove unused field from this struct. Signed-off-by: Vaibhav Agarwal Reviewed-by: Mark Greer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/audio_codec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/staging/greybus/audio_codec.h') diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h index 8cd5bd7a6c31..7a2dbc517663 100644 --- a/drivers/staging/greybus/audio_codec.h +++ b/drivers/staging/greybus/audio_codec.h @@ -131,8 +131,6 @@ struct gbaudio_control { struct gbaudio_data_connection { int id; __le16 data_cport; - int cport_configured; - char name[NAME_SIZE]; struct gb_connection *connection; struct list_head list; }; -- cgit v1.2.3