aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-sysfs.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman1-9/+26
The dev_attrs field of struct bus_type is going away soon, dev_groups should be used instead. This converts the ide bus code to use the correct field. Acked-by: David S. Miller <davem@davemloft.net> Cc: <linux-ide@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2009-01-02ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz1-0/+125
While at it: - media_string() -> ide_media_string() There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>