edac: core fix redundant sysfs controls to parameters
authorArthur Jones <ajones@riverbed.com>
Fri, 25 Jul 2008 08:49:10 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:49 +0000 (10:53 -0700)
commit327dafb1c61c9da7b95ac6cc7634a2340cc9509c
treeda6d6ba70abd150b0474777ce0fe5406963b19db
parent096846e2b0ef39cb7c348f837f06984ef6ba8aa7
edac: core fix redundant sysfs controls to parameters

/sys/devices/system/edac/mc has a few files which are duplicated in
/sys/module/edac_core/parameters.  Now that all the functionality is
duplicated between these two locations, we remove the former kobject
attributes and update the documentation.

Signed-off-by: Arthur Jones <ajones@riverbed.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/edac.txt
drivers/edac/edac_mc_sysfs.c