On Mon, Sep 15, 2008 at 08:03:57AM -0700, Randy Dunlap wrote:
On Mon, 15 Sep 2008 16:27:24 +0200 Hannes Reinecke wrote:
quoted
Hi Adrian,
Adrian Bunk wrote:
quoted
On Sun, Sep 14, 2008 at 02:17:57PM -0700, Randy Dunlap wrote:
quoted
drivers/net/3c509.c fails (CONFIG_PM=y) with:
drivers/built-in.o:(.data+0x7dcc): undefined reference to `el3_resume'
drivers/built-in.o:(.data+0x7e08): undefined reference to `el3_resume'
It seems that this function does not exist in the source file.
It got removed by:
commit 107aeb9753159da848f066b26557f0aaab900a90
Author: Hannes Reinecke [off-list ref]
Date: Wed Sep 10 14:16:04 2008 +0200
Driver core: Use dev_get_drvdata() accessors
Deprecated direct access to the ->driver_data field and
use accessors throughout.
Signed-off-by: Hannes Reinecke [off-list ref]
Cc: Kay Sievers [off-list ref]
Signed-off-by: Greg Kroah-Hartman [off-list ref]
Sorry. Here it is again.
Ack, that [attached] patch fixes the build.
Now merged in with Hannes's original patch.
thanks,
greg k-h