]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 26 Oct 2016 18:15:02 +0000 (16:15 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 15 Dec 2016 10:54:49 +0000 (08:54 -0200)
This function doesn't exist. So, remove its prototype.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/edac/edac_core.h

index 58d66da5648673ec9541014cfc9ef26a7c5296b0..1723f3643e750fc4c6f2a21be47504b371a87e02 100644 (file)
@@ -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);