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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user