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:
Mauro Carvalho Chehab 2016-10-26 15:25:23 -02:00
parent daf34710a9
commit a2c223b5ed

View File

@ -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) \