From: Tim Sell Date: Tue, 19 Apr 2016 03:22:00 +0000 (-0400) Subject: staging: unisys: include: remove unused fields from struct visor_driver X-Git-Tag: v4.7-rc1~90^2~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d24b4b10e8a5a299fe0c85060e41a367727efb3;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: David Kershner Signed-off-by: Greg Kroah-Hartman --- 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.