[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Francisco Jerez
Phil Turmel writes: > Hi all, > > I've got a build breakage on my laptop: > > drivers/built-in.o: In function `nouveau_acpi_edid': > (.text+0x13404e): undefined reference to `acpi_video_get_edid' > make: *** [.tmp_vmlinux1] Error 1 > > Introduced by: > > a6ed76d7ffc62ffa474b41d31b011b6853c5de32 i

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Francisco Jerez wrote: > Phil Turmel writes: [snip /] >> Having the nouveau ACPI features depend on CONFIG_ACPI_VIDEO instead of >> bare CONFIG_ACPI builds, boots, and works for me. > nouveau_acpi_edid() is the only function that depends on ACPI_VIDEO, > ifdef'ing out the rest of the ACPI stuff

Re: [PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Francisco Jerez wrote: > Phil Turmel writes: [snip /] >> Having the nouveau ACPI features depend on CONFIG_ACPI_VIDEO instead of >> bare CONFIG_ACPI builds, boots, and works for me. > nouveau_acpi_edid() is the only function that depends on ACPI_VIDEO, > ifdef'ing out the rest of the ACPI stuff

Re: [PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Francisco Jerez
Phil Turmel writes: > Hi all, > > I've got a build breakage on my laptop: > > drivers/built-in.o: In function `nouveau_acpi_edid': > (.text+0x13404e): undefined reference to `acpi_video_get_edid' > make: *** [.tmp_vmlinux1] Error 1 > > Introduced by: > > a6ed76d7ffc62ffa474b41d31b011b6853c5de32 i

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-09 Thread Phil Turmel
Hi all, I've got a build breakage on my laptop: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ff

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-09 Thread Phil Turmel
Hi all, I've got a build breakage on my laptop: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ff