staging: unisys: include: remove unused fields from struct visor_driver
authorTim Sell <Timothy.Sell@unisys.com>
Tue, 19 Apr 2016 03:22:00 +0000 (23:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:09:37 +0000 (22:09 -0700)
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>
drivers/staging/unisys/include/visorbus.h

index db59d97..3cc511f 100644 (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.