leds: Add suspend/resume to the core class
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jan 2009 17:55:03 +0000 (17:55 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jan 2009 17:55:03 +0000 (17:55 +0000)
Add suspend/resume to the core class and remove all the now unneeded
code from various drivers. Originally the class code couldn't support
suspend/resume but since class_device can there is no reason for
each driver doing its own suspend/resume anymore.


No differences found