edac: core fix static to dynamic kset
authorArthur Jones <ajones@riverbed.com>
Fri, 25 Jul 2008 08:49:11 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:49 +0000 (10:53 -0700)
commitf9fc82adca43d38a1b79128d80750bd361e15abe
tree57c080f682a8e214bd7994b5cffae0c23a0b10b5
parent327dafb1c61c9da7b95ac6cc7634a2340cc9509c
edac: core fix static to dynamic kset

Static kobjects and ksets are not supported in Linux kernel.  Convert the
mc_kset from static to dynamic.  This patch depends on my previous patch
to remove the module parameter attributes from mc...

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>
drivers/edac/edac_mc_sysfs.c