amd64_edac: Remove dead code
authorBorislav Petkov <bp@alien8.de>
Tue, 4 Dec 2012 17:25:56 +0000 (18:25 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 22 Jan 2013 21:39:41 +0000 (22:39 +0100)
5e2af0c09e60 ("edac: Don't initialize csrow's first_page & friends when
not needed") removed useless initialization of variables but left in the
functions which did that. They're unused now so drop them.

Signed-off-by: Borislav Petkov <bp@alien8.de>

No differences found