]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
EDAC/altera: Drop unused field eccmgr_sysfs_attr
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Feb 2026 21:16:28 +0000 (22:16 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 11 Mar 2026 19:46:52 +0000 (20:46 +0100)
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
drivers/edac/altera_edac.h

index 7248d24c4908d75e711933c4d954d82ac42d0aec..f3e84172caa9cfdee6b7381f5fd6fc35b40bff60 100644 (file)
@@ -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;