EDAC: Rename report status accessors

Change them to have the edac_ prefix.

No functionality change.

Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
Borislav Petkov 2017-02-04 18:10:14 +01:00
parent fee27d7d97
commit bffc7dece9
6 changed files with 14 additions and 14 deletions

View file

@ -30,8 +30,8 @@ struct device;
extern int edac_op_state;
struct bus_type *edac_get_sysfs_subsys(void);
int get_edac_report_status(void);
void set_edac_report_status(int new);
int edac_get_report_status(void);
void edac_set_report_status(int new);
enum {
EDAC_REPORTING_ENABLED,