Skip to content

Commit

Permalink
edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()
Browse files Browse the repository at this point in the history
This function doesn't exist. So, remove its prototype.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Dec 15, 2016
1 parent a2c223b commit 7230617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/edac/edac_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7230617

Please sign in to comment.