From: Mauro Carvalho Chehab Date: Wed, 26 Oct 2016 17:25:23 +0000 (-0200) Subject: edac: edac_core.h: get rid of unused kobj_complete X-Git-Tag: v4.10-rc1~72^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2c223b5ed64d7a0266cf1a3e0b2726647a98ed8;p=karo-tx-linux.git 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 --- diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index 4861542163d7..58d66da56486 100644 --- 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) \