diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-24 16:23:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-10 11:45:02 -0300 |
commit | cc301b3ae3f615fe243f023e68e22b8298a6f883 (patch) | |
tree | e3c88d8edb0f6158f151d1e462d33054374c05ed /drivers/edac/edac_core.h | |
parent | a5538e531fc1e00ac7185dcfcebf33c37b5d742e (diff) | |
download | blackbird-op-linux-cc301b3ae3f615fe243f023e68e22b8298a6f883.tar.gz blackbird-op-linux-cc301b3ae3f615fe243f023e68e22b8298a6f883.zip |
edac: store/show methods for device groups weren't working
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac/edac_core.h')
-rw-r--r-- | drivers/edac/edac_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index 97071ff1d22d..02bbbc9696d9 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h @@ -345,6 +345,8 @@ struct mcidev_sysfs_group { const char *name; struct mcidev_sysfs_attribute *mcidev_attr; struct kobject kobj; + + struct mem_ctl_info *mci; /* the parent */ }; |