aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-10-27 08:54:38 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-10-27 20:34:47 +0200
commit06606646af97fa9aa0c36a723f4615157e41400a (patch)
tree309a7089016bfc1a514ac878b1f02bdcee7eb217 /include/acpi
parentACPI: APEI: EINJ: Relax platform response timeout to 1 second (diff)
downloadlinux-dev-06606646af97fa9aa0c36a723f4615157e41400a.tar.xz
linux-dev-06606646af97fa9aa0c36a723f4615157e41400a.zip
ACPI: APEI: mark apei_hest_parse() static
apei_hest_parse() is only used in hest.c, so mark it static. Signed-off-by: Christoph Hellwig <hch@lst.de> [ rjw: Minor subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/apei.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/acpi/apei.h b/include/acpi/apei.h
index 680f80960c3d..ece0a8af2bae 100644
--- a/include/acpi/apei.h
+++ b/include/acpi/apei.h
@@ -37,9 +37,6 @@ void __init acpi_hest_init(void);
static inline void acpi_hest_init(void) { return; }
#endif
-typedef int (*apei_hest_func_t)(struct acpi_hest_header *hest_hdr, void *data);
-int apei_hest_parse(apei_hest_func_t func, void *data);
-
int erst_write(const struct cper_record_header *record);
ssize_t erst_get_record_count(void);
int erst_get_record_id_begin(int *pos);