From: Antonino A. Daplas Date: Sun, 30 Jul 2006 10:04:17 +0000 (-0700) Subject: [PATCH] fbdev: statically link the framebuffer notification functions X-Git-Tag: v2.6.18-rc4~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256154fbc31c25a8df4d398232acfa9d4892224c;p=pandora-kernel.git [PATCH] fbdev: statically link the framebuffer notification functions The backlight and lcd subsystems can be notified by the framebuffer layer of blanking events. However, these subsystems, as a whole, can function independently from the framebuffer layer. But in order to enable to the lcd and backlight subsystems, the framebuffer has to be compiled also, effectively sucking in a huge amount of unneeded code. To prevent dependency problems, separate out the framebuffer notification mechanism from the framebuffer layer and permanently link it to the kernel. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed