projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538b387
)
staging: unisys: include: remove unused fields from struct visor_driver
author
Tim Sell
<
[email protected]
>
Tue, 19 Apr 2016 03:22:00 +0000
(23:22 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: David Kershner <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/unisys/include/visorbus.h
patch
|
blob
|
history
diff --git
a/drivers/staging/unisys/include/visorbus.h
b/drivers/staging/unisys/include/visorbus.h
index db59d9731ec257ed77d071d6c7938fa08e8b2671..3cc511f15c904449bc134a7785d0c1e8ab1e7cd3 100644
(file)
--- 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.