edac: edac_core.h: get rid of unused kobj_complete
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 26 Oct 2016 17:25:23 +0000 (15:25 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 15 Dec 2016 10:54:49 +0000 (08:54 -0200)
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>
drivers/edac/edac_core.h

index 4861542..58d66da 100644 (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) \