Skip to content

Commit f5ca0d5

Browse files
Jiri Slaby (SUSE)bp3tk0v
authored andcommitted
EDAC/amd64: Remove unused struct member amd64_pvt::ext_nbcfg
Commit cfe40fd ("amd64_edac: add driver header") added amd64_pvt struct with ext_nbcfg in it. But no one used that member since then. Therefore, remove it. Found by https://github.com/jirislaby/clang-struct. Signed-off-by: Jiri Slaby (SUSE) <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Reviewed-by: Yazen Ghannam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Borislav Petkov (AMD) <[email protected]>
1 parent 4cece76 commit f5ca0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/edac/amd64_edac.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ struct amd64_pvt {
345345
u32 dchr1; /* DRAM Configuration High DCT1 reg */
346346
u32 nbcap; /* North Bridge Capabilities */
347347
u32 nbcfg; /* F10 North Bridge Configuration */
348-
u32 ext_nbcfg; /* Extended F10 North Bridge Configuration */
349348
u32 dhar; /* DRAM Hoist reg */
350349
u32 dbam0; /* DRAM Base Address Mapping reg for DCT0 */
351350
u32 dbam1; /* DRAM Base Address Mapping reg for DCT1 */

0 commit comments

Comments
 (0)