diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-26 21:15:02 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 13:54:49 +0300 |
commit | 723061753724009a6e3cbec9deba7860dba2df99 (patch) | |
tree | a16e06a00ac452e1a7ad0ceef6b4ef550573a3ff /drivers | |
parent | a2c223b5ed64d7a0266cf1a3e0b2726647a98ed8 (diff) | |
download | linux-723061753724009a6e3cbec9deba7860dba2df99.tar.xz |
edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()
This function doesn't exist. So, remove its prototype.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/edac_core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index 58d66da56486..1723f3643e75 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h @@ -493,9 +493,6 @@ extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, extern void edac_pci_free_ctl_info(struct edac_pci_ctl_info *pci); -extern void edac_pci_reset_delay_period(struct edac_pci_ctl_info *pci, - unsigned long value); - extern int edac_pci_alloc_index(void); extern int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx); extern struct edac_pci_ctl_info *edac_pci_del_device(struct device *dev); |