Re: [PATCH] [SIS190] Constify data marked as __devinitdata
From: Sam Ravnborg <hidden>
Date: 2008-01-30 13:38:22
Also in:
lkml
From: Sam Ravnborg <hidden>
Date: 2008-01-30 13:38:22
Also in:
lkml
On Wed, Jan 30, 2008 at 02:31:05PM +0100, Jan Engelhardt wrote:
On Jan 30 2008 12:25, Sam Ravnborg wrote:quoted
We have just introduced __initconst, __cpuinitconst, __meminitconst for const data. So the patch is wrong.Oh joy, more tags. Is it actually possible to combine const with __devinitconst now? static const uint16_t foo[] __devinitconst = { ... };
Yes, try it. Sam