From: Sudeep Holla Date: Tue, 30 Sep 2014 13:48:23 +0000 (+0100) Subject: topology: replace custom attribute macros with standard DEVICE_ATTR* X-Git-Tag: omap-for-v3.19/fixes-rc1~85^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ea8d01d1893e1299a4016d62fdda870b8cc215;p=pandora-kernel.git topology: replace custom attribute macros with standard DEVICE_ATTR* Currently couple of custom macros are defined to declare the device attributes. However there are already standard macros defined in device.h that suffice the need and these custom macros can be removed. This patch replaces custom attribute macros with standard DEVICE_ATTR_RO attribute Signed-off-by: Sudeep Holla Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed