aboutsummaryrefslogtreecommitdiff
path: root/include/linux/enclosure.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-5/+6
It's big, but there doesn't seem to be a way to split it up smaller... Signed-off-by: Tony Jones <[email protected]> Signed-off-by: Kay Sievers <[email protected]> Cc: Roland Dreier <[email protected]> Cc: Sean Hefty <[email protected]> Cc: Hal Rosenstock <[email protected]> Cc: James Bottomley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-02-07[SCSI] enclosure: add support for enclosure servicesJames Bottomley1-0/+129
The enclosure misc device is really just a library providing sysfs support for physical enclosure devices and their components. Signed-off-by: James Bottomley <[email protected]>