linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bugme-new] [Bug 4047] New: kerenl failt to kompile
@ 2005-01-16 21:41 Andrew Zabolotny
  2005-01-17 21:04 ` Antonino A. Daplas
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Zabolotny @ 2005-01-16 21:41 UTC (permalink / raw)
  To: linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

Hello!

> Date: Sun, 16 Jan 2005 03:14:57 -0800
> From: bugme-daemon@osdl.org
> To: bugme-new@lists.osdl.org
> Subject: [Bugme-new] [Bug 4047] New: kerenl failt to kompile
>
> http://bugme.osdl.org/show_bug.cgi?id=4047
>
>           Summary: kerenl failt to kompile
>    Kernel Version: 2.6.11-rc1-mm1
>            Status: NEW
>          Severity: blocking
>             Owner: jsimmons@infradead.org
>         Submitter: bug-track@fisher-privat.net
>
>
> Distribution:Debian Sarge
>
> Problem Description:
> LD      init/built-in.o
>  LD      .tmp_vmlinux1
> drivers/built-in.o(.text+0x9bfa): In function `lcd_device_register':
> : undefined reference to `fb_register_client'
Here's an obvious fix plus a minor enhancement.

-- 
Greetings,
   Andrew

[-- Attachment #2: tiny-fix.diff --]
[-- Type: text/x-patch, Size: 1275 bytes --]

Index: Kconfig
===================================================================
RCS file: /cvs/linux/kernel26/drivers/video/Kconfig,v
retrieving revision 1.37
diff -u -r1.37 Kconfig
--- Kconfig	2 Jan 2005 20:17:25 -0000	1.37
+++ Kconfig	16 Jan 2005 21:41:40 -0000
@@ -1168,7 +1168,7 @@
 	source "drivers/video/logo/Kconfig"
 endif
 
-if SYSFS
+if FB && SYSFS
 	source "drivers/video/backlight/Kconfig"
 endif
 
Index: backlight/Kconfig
===================================================================
RCS file: /cvs/linux/kernel26/drivers/video/backlight/Kconfig,v
retrieving revision 1.1
diff -u -r1.1 Kconfig
--- backlight/Kconfig	2 Jan 2005 20:17:25 -0000	1.1
+++ backlight/Kconfig	16 Jan 2005 21:41:40 -0000
@@ -11,6 +11,7 @@
 config BACKLIGHT_CLASS_DEVICE
         tristate "Lowlevel Backlight controls"
 	depends on BACKLIGHT_LCD_SUPPORT
+	default m
 	help
 	  This framework adds support for low-level control of the LCD
           backlight. This includes support for brightness and power.
@@ -26,6 +27,7 @@
 config LCD_CLASS_DEVICE
         tristate "Lowlevel LCD controls"
 	depends on BACKLIGHT_LCD_SUPPORT
+	default m
 	help
 	  This framework adds support for low-level control of LCD.
 	  Some framebuffer devices connect to platform-specific LCD modules

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

end of thread, other threads:[~2005-01-18 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 21:41 [Bugme-new] [Bug 4047] New: kerenl failt to kompile Andrew Zabolotny
2005-01-17 21:04 ` Antonino A. Daplas
2005-01-18 19:17   ` Andrew Zabolotny

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).