projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c223b
)
edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()
author
Mauro Carvalho Chehab
<
[email protected]
>
Wed, 26 Oct 2016 18:15:02 +0000
(16:15 -0200)
committer
Mauro Carvalho Chehab
<
[email protected]
>
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 <
[email protected]
>
drivers/edac/edac_core.h
patch
|
blob
|
history
diff --git
a/drivers/edac/edac_core.h
b/drivers/edac/edac_core.h
index 58d66da5648673ec9541014cfc9ef26a7c5296b0..1723f3643e750fc4c6f2a21be47504b371a87e02 100644
(file)
--- 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);