Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) \