EDAC: amd64: Use static attribute groups
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2015 10:48:53 +0000 (11:48 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 23 Feb 2015 12:08:09 +0000 (13:08 +0100)
commite339f1ec979a4ab14b497114e39b8ab70bd0215d
tree73b213cf415b2ccf03afc9f23b31137f5062b16a
parent4e8d230de9c1dff8e587ae769e46fcddb3d98f1c
EDAC: amd64: Use static attribute groups

Instead of calling device_create_file() and device_remove_file()
manually, pass the static attribute groups with the new
edac_mc_add_mc_with_groups(). The conditional creation of inject sysfs
files is done by a proper is_visible callback.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: http://lkml.kernel.org/r/1423046938-18111-4-git-send-email-tiwai@suse.de
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/amd64_edac.c
drivers/edac/amd64_edac.h
drivers/edac/amd64_edac_dbg.c
drivers/edac/amd64_edac_inj.c
This page took 0.026946 seconds and 5 git commands to generate.