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:
daf3471
)
edac: edac_core.h: get rid of unused kobj_complete
author
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 26 Oct 2016 17:25:23 +0000
(15:25 -0200)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 15 Dec 2016 10:54:49 +0000
(08:54 -0200)
This element of struct edac_pci_ctl_info is never used. So,
get rid of it.
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/edac/edac_core.h
patch
|
blob
|
history
diff --git
a/drivers/edac/edac_core.h
b/drivers/edac/edac_core.h
index 4861542163d704fe4f629777b04df791b5c790ea..58d66da5648673ec9541014cfc9ef26a7c5296b0 100644
(file)
--- a/
drivers/edac/edac_core.h
+++ b/
drivers/edac/edac_core.h
@@
-380,7
+380,6
@@
struct edac_pci_ctl_info {
* device this structure controls
*/
struct kobject kobj;
- struct completion kobj_complete;
};
#define to_edac_pci_ctl_work(w) \