[PATCH 1/3] staging: unisys: include: remove unused fields from struct visor_driver

David Kershner david.kershner at unisys.com
Tue Apr 19 03:22:00 UTC 2016


From: Tim Sell <Timothy.Sell at unisys.com>

The build_date and build_time fields are not used, and have been removed.

Signed-off-by: Tim Sell <Timothy.Sell at unisys.com>
Signed-off-by: David Kershner <david.kershner at unisys.com>
---
 drivers/staging/unisys/include/visorbus.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index db59d97..3cc511f 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.
-- 
1.9.1



More information about the devel mailing list