diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-02-24 00:16:28 +0300 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2026-03-11 22:46:52 +0300 |
| commit | 04beb11c5772efc943a033f87770d41086de90ca (patch) | |
| tree | a03d7b8e8ec9abe076885bf9c164cb4e26ae9f50 | |
| parent | 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff) | |
| download | linux-04beb11c5772efc943a033f87770d41086de90ca.tar.xz | |
EDAC/altera: Drop unused field eccmgr_sysfs_attr
This field is unused, drop it.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260223-sysfs-const-edac-v1-1-3ff0b87249e7@weissschuh.net
| -rw-r--r-- | drivers/edac/altera_edac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/altera_edac.h b/drivers/edac/altera_edac.h index 7248d24c4908..f3e84172caa9 100644 --- a/drivers/edac/altera_edac.h +++ b/drivers/edac/altera_edac.h @@ -172,7 +172,6 @@ struct altr_sdram_prv_data { int ecc_irq_clr_mask; int ecc_cnt_rst_offset; int ecc_cnt_rst_mask; - struct edac_dev_sysfs_attribute *eccmgr_sysfs_attr; int ecc_enable_mask; int ce_set_mask; int ue_set_mask; |
