diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2009-11-11 14:42:46 -0500 |
---|---|---|
committer | Borislav Petkov <borislav.petkov@amd.com> | 2009-12-07 13:14:31 -0500 |
commit | 986a42a25059143d153e30a0cc36630bd0e623c6 (patch) | |
tree | d0bbd9701ff5e88afaedefae2e9986d2694ef940 /drivers/edac/amd64_edac.h | |
parent | 6b4c0bdeb00f35cad2d3e0dc0d97bb4950a8f86e (diff) |
amd64_edac: remove early hw support check
The .probe_valid_hardware low_ops member checked whether the DCTs are in
DDR3 mode and bailed out if so. Now that all the needed changes for DDR3
support is in place, remove it.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r-- | drivers/edac/amd64_edac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h index f8c187ea6e38..e84f164034dd 100644 --- a/drivers/edac/amd64_edac.h +++ b/drivers/edac/amd64_edac.h | |||
@@ -526,7 +526,6 @@ extern struct mcidev_sysfs_attribute amd64_dbg_attrs[NUM_DBG_ATTRS], | |||
526 | * functions and per device encoding/decoding logic. | 526 | * functions and per device encoding/decoding logic. |
527 | */ | 527 | */ |
528 | struct low_ops { | 528 | struct low_ops { |
529 | int (*probe_valid_hardware) (struct amd64_pvt *pvt); | ||
530 | int (*early_channel_count) (struct amd64_pvt *pvt); | 529 | int (*early_channel_count) (struct amd64_pvt *pvt); |
531 | 530 | ||
532 | u64 (*get_error_address) (struct mem_ctl_info *mci, | 531 | u64 (*get_error_address) (struct mem_ctl_info *mci, |