Re: [Suggestion] drivers: powercap: 'dev_attrs' has already removed from 'struct class'
From: Rafael J. Wysocki <hidden>
Date: 2013-10-31 16:25:11
From: Rafael J. Wysocki <hidden>
Date: 2013-10-31 16:25:11
On 10/31/2013 3:18 AM, Chen Gang wrote:
Hello Maintainers It is removed by "bcc8edb driver core: remove dev_attrs from struct class" in Oct 5 2013. But "75d2364 PowerCap: Add class driver" still use it in Oct 11 2013. The related error (for powerpc with allmodconfig): CC drivers/powercap/powercap_sys.o drivers/powercap/powercap_sys.c:484:2: error: unknown field ‘dev_attrs’ specified in initializer drivers/powercap/powercap_sys.c:484:2: warning: initialization from incompatible pointer type [enabled by default] drivers/powercap/powercap_sys.c:484:2: warning: (near initialization for ‘powercap_class.suspend’) [enabled by default] Please give a check thanks.
That should have been fixed in the current linux-next already. Thanks, Rafael