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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
daf34710a9
commit
a2c223b5ed
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue