Commit a2c223b5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

edac: edac_core.h: get rid of unused kobj_complete

This element of struct edac_pci_ctl_info is never used. So,
get rid of it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent daf34710
...@@ -380,7 +380,6 @@ struct edac_pci_ctl_info { ...@@ -380,7 +380,6 @@ struct edac_pci_ctl_info {
* device this structure controls * device this structure controls
*/ */
struct kobject kobj; struct kobject kobj;
struct completion kobj_complete;
}; };
#define to_edac_pci_ctl_work(w) \ #define to_edac_pci_ctl_work(w) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment