mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 16:22:41 -04:00
staging: unisys: Removed unused entries from struct visor_channeltype_descriptor
min_size/max_size aren't used anywhere, and they were just causing headaches in the drivers being ported over to the new interfaces. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a298bc0b59
commit
4239f82294
@@ -59,8 +59,6 @@ struct visorchipset_state {
|
||||
struct visor_channeltype_descriptor {
|
||||
const uuid_le guid;
|
||||
const char *name;
|
||||
unsigned long min_size;
|
||||
unsigned long max_size;
|
||||
};
|
||||
|
||||
/** Information provided by each visor driver when it registers with the
|
||||
|
||||
Reference in New Issue
Block a user