Revision 869dfc875e32fd832385fd52ce54525a10401ed6 authored by Andi Kleen on 05 January 2010, 11:48:08 UTC, committed by Greg Kroah-Hartman on 08 March 2010, 01:04:48 UTC
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>

1 parent 28812fe
History
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 299 bytes
cxacru.c -rw-r--r-- 38.0 KB
speedtch.c -rw-r--r-- 28.5 KB
ueagle-atm.c -rw-r--r-- 67.1 KB
usbatm.c -rw-r--r-- 37.2 KB
usbatm.h -rw-r--r-- 6.1 KB
xusbatm.c -rw-r--r-- 7.6 KB

back to top