linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.30-rc3 still fails to build
@ 2009-04-24 21:20 Soeren Sonnenburg
  2009-04-26 15:53 ` [PATCH] resolving Re: 2.6.30-rc3 still fails to build in intel_opregion_init Soeren Sonnenburg
  0 siblings, 1 reply; 2+ messages in thread
From: Soeren Sonnenburg @ 2009-04-24 21:20 UTC (permalink / raw)
  To: Linux Kernel

still the same thing...

  MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `intel_opregion_init':
(.text+0xcf239): undefined reference to `acpi_video_register'
make: *** [.tmp_vmlinux1] Error 1


-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] resolving Re: 2.6.30-rc3 still fails to build in intel_opregion_init
  2009-04-24 21:20 2.6.30-rc3 still fails to build Soeren Sonnenburg
@ 2009-04-26 15:53 ` Soeren Sonnenburg
  0 siblings, 0 replies; 2+ messages in thread
From: Soeren Sonnenburg @ 2009-04-26 15:53 UTC (permalink / raw)
  To: Linux Kernel

On Fri, 2009-04-24 at 23:20 +0200, Soeren Sonnenburg wrote:
> still the same thing...
> 
>   MODPOST vmlinux.o
> WARNING: modpost: Found 1 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> drivers/built-in.o: In function `intel_opregion_init':
> (.text+0xcf239): undefined reference to `acpi_video_register'
> make: *** [.tmp_vmlinux1] Error 1

Argh, looks like one could select ACPI_VIDEO to be build as module
though DRM_I915 requires it to be compiled inside, so I guess this patch
should fix things:

Signed-off-by: Soeren Sonnenburg <sonne@debian.org>

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 3a22eb9..71ebf04 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -71,6 +71,7 @@ config DRM_I915
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
 	select FB
+	select ACPI_VIDEO
 	tristate "i915 driver"
 	help
 	  Choose this option if you have a system that has Intel 830M, 845G,


-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-26 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-24 21:20 2.6.30-rc3 still fails to build Soeren Sonnenburg
2009-04-26 15:53 ` [PATCH] resolving Re: 2.6.30-rc3 still fails to build in intel_opregion_init Soeren Sonnenburg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).