Commit 6d24b4b1 authored by Tim Sell's avatar Tim Sell Committed by Greg Kroah-Hartman

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: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 538b3872
...@@ -68,8 +68,6 @@ struct visor_driver { ...@@ -68,8 +68,6 @@ struct visor_driver {
const char *name; const char *name;
const char *version; const char *version;
const char *vertag; const char *vertag;
const char *build_date;
const char *build_time;
struct module *owner; struct module *owner;
/** Types of channels handled by this driver, ending with 0 GUID. /** Types of channels handled by this driver, ending with 0 GUID.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment