Grant Likely wrote:
On Wed, Feb 10, 2010 at 3:53 AM, Wolfgang Grandegger [off-list ref] wrote:
quoted
Stephen Rothwell wrote:
quoted
Hi Wolfgang,
On Wed, 10 Feb 2010 11:09:25 +0100 Wolfgang Grandegger [off-list ref] wrote:
quoted
quoted
__devinitdata goes at the end, immediately before the '='. Ditto
throughout the file.
This made a difference and revealed section mismatches. "const" seems to
be incompatible with "__devinitdata".
Maybe try no "const" and "__devinitconst" (I am not sure if both will
work).
Yes, that works, even together with "const". To avoid rolling out the
whole patch series again, I can prepare a follow-up patch fixing this issue.
Nah, just resend this one patch.
Even if it break the following patches? Will resend v7 in a second.
Wolfgang.