staging: unisys: include: remove unused fields from struct visor_driver
The build_date and build_time fields are not used, and have been removed. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
538b387234
commit
6d24b4b10e
@ -68,8 +68,6 @@ struct visor_driver {
|
||||
const char *name;
|
||||
const char *version;
|
||||
const char *vertag;
|
||||
const char *build_date;
|
||||
const char *build_time;
|
||||
struct module *owner;
|
||||
|
||||
/** Types of channels handled by this driver, ending with 0 GUID.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user