aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-26 15:25:23 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-12-15 08:54:49 -0200
commita2c223b5ed64d7a0266cf1a3e0b2726647a98ed8 (patch)
treef2dffd74cc99e700cfc9b03e84ffc9b099c9ad40 /drivers/edac
parentMerge tag 'edac_for_4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp (diff)
downloadlinux-dev-a2c223b5ed64d7a0266cf1a3e0b2726647a98ed8.tar.xz
linux-dev-a2c223b5ed64d7a0266cf1a3e0b2726647a98ed8.zip
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>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/edac_core.h1
1 files changed, 0 insertions, 1 deletions
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) \