commit | 869dfc875e32fd832385fd52ce54525a10401ed6 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Tue Jan 05 12:48:08 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sun Mar 07 17:04:48 2010 -0800 |
tree | 39885759145d7f7c5137fd5e5259181c064ba34c | |
parent | 28812fe11a21826ba4c97c6c7971a619987cd912 [diff] |
driver core: Add class_attr_string for simple read-only string Several drivers just export a static string as class attributes. Use the new extensible attribute support to define a simple CLASS_ATTR_STRING() macro for this. This will allow to remove code from drivers in followon patches. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>