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 db59d9731ec257ed77d071d6c7938fa08e8b2671..3cc511f15c904449bc134a7785d0c1e8ab1e7cd3 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.
This page took 0.024609 seconds and 5 git commands to generate.