4f452e8aa492c0b8028ca9b4bdb4d018ba28c6c7 author David Brownell 1209369800 -0700 committer Greg Kroah-Hartman 1209599568 -0700 pcmcia: remove pccard_sysfs_interface warnings Make the PCMCIA core stop using class_interface to hide socket attribute registration. This removes the associated section mismatch warnings, and helps get to the point where that mechanism can finally be removed. Simplify that attribute registration by using an attribute_group. This is a net shrink in object size. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman ;5