aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include
diff options
context:
space:
mode:
authorTim Sell <Timothy.Sell@unisys.com>2016-04-18 23:22:00 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-28 22:09:37 -0700
commit6d24b4b10e8a5a299fe0c85060e41a367727efb3 (patch)
tree6843e0095f52bdc5b4d3b1f2a763ff1b4b009c68 /drivers/staging/unisys/include
parentstaging: unisys: Documentation: Remove proc-entries.txt (diff)
downloadlinux-dev-6d24b4b10e8a5a299fe0c85060e41a367727efb3.tar.xz
linux-dev-6d24b4b10e8a5a299fe0c85060e41a367727efb3.zip
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>
Diffstat (limited to 'drivers/staging/unisys/include')
-rw-r--r--drivers/staging/unisys/include/visorbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index db59d9731ec2..3cc511f15c90 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -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.