Re: [patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-16 Thread Sam Ravnborg
On Thu, Feb 15, 2007 at 07:10:45PM -0800, David Brownell wrote: > This patch stops "modpost" from issuing erroneous modpost warnings on ARM > builds, which it's been doing since since maybe last summer. A canonical > example would be driver method table entries: > > WARNING: - Section

Re: [patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-16 Thread Sam Ravnborg
On Thu, Feb 15, 2007 at 07:10:45PM -0800, David Brownell wrote: This patch stops modpost from issuing erroneous modpost warnings on ARM builds, which it's been doing since since maybe last summer. A canonical example would be driver method table entries: WARNING: path - Section mismatch:

Re: [patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-15 Thread Rusty Russell
On Thu, 2007-02-15 at 19:10 -0800, David Brownell wrote: > This patch stops "modpost" from issuing erroneous modpost warnings on ARM > builds, which it's been doing since since maybe last summer. A canonical > example would be driver method table entries: > > WARNING: - Section mismatch:

[patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-15 Thread David Brownell
This patch stops "modpost" from issuing erroneous modpost warnings on ARM builds, which it's been doing since since maybe last summer. A canonical example would be driver method table entries: WARNING: - Section mismatch: reference to .exit.text:_remove from .data after '$d' (at

[patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-15 Thread David Brownell
This patch stops modpost from issuing erroneous modpost warnings on ARM builds, which it's been doing since since maybe last summer. A canonical example would be driver method table entries: WARNING: path - Section mismatch: reference to .exit.text:name_remove from .data after '$d' (at

Re: [patch 2.6.20-git] remove modpost false warnings on ARM

2007-02-15 Thread Rusty Russell
On Thu, 2007-02-15 at 19:10 -0800, David Brownell wrote: This patch stops modpost from issuing erroneous modpost warnings on ARM builds, which it's been doing since since maybe last summer. A canonical example would be driver method table entries: WARNING: path - Section mismatch: