driver core: Add class_attr_string for simple read-only string
authorAndi Kleen <andi@firstfloor.org>
Tue, 5 Jan 2010 11:48:08 +0000 (12:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:48 +0000 (17:04 -0800)
commit869dfc875e32fd832385fd52ce54525a10401ed6
tree39885759145d7f7c5137fd5e5259181c064ba34c
parent28812fe11a21826ba4c97c6c7971a619987cd912
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>
drivers/base/class.c
include/linux/device.h