diff mbox

stifb: should depend on STI_CONSOLE

Message ID 20090403133332.GA29437@orion (mailing list archive)
State Accepted
Delegated to: kyle mcmartin
Headers show

Commit Message

Alexander Beregalov April 3, 2009, 1:33 p.m. UTC
Fix this build error when CONFIG_STI_CONSOLE is not set
drivers/video/stifb.c:1337: undefined reference to `sti_get_rom'

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---

 drivers/video/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

kyle mcmartin April 3, 2009, 5:59 p.m. UTC | #1
On Fri, Apr 03, 2009 at 05:33:32PM +0400, Alexander Beregalov wrote:
> Fix this build error when CONFIG_STI_CONSOLE is not set
> drivers/video/stifb.c:1337: undefined reference to `sti_get_rom'
> 
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>

Applied to fixes branch.

Thanks, Kyle
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index ffe2f27..cfb2014 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -616,6 +616,8 @@  config FB_STI
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
+	select STI_CONSOLE
+	select VT
 	default y
 	---help---
 	  STI refers to the HP "Standard Text Interface" which is a set of