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:
Tim Sell 2016-04-18 23:22:00 -04:00 committed by Greg Kroah-Hartman
parent 538b387234
commit 6d24b4b10e

View file

@ -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.