From patchwork Fri Apr 3 13:33:32 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Beregalov X-Patchwork-Id: 16107 X-Patchwork-Delegate: kyle@mcmartin.ca Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n33DXkU4031753 for ; Fri, 3 Apr 2009 13:33:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757551AbZDCNdq (ORCPT ); Fri, 3 Apr 2009 09:33:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759430AbZDCNdq (ORCPT ); Fri, 3 Apr 2009 09:33:46 -0400 Received: from rv-out-0506.google.com ([209.85.198.238]:23613 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751563AbZDCNdo (ORCPT ); Fri, 3 Apr 2009 09:33:44 -0400 Received: by rv-out-0506.google.com with SMTP id f9so1179003rvb.1 for ; Fri, 03 Apr 2009 06:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=p1eUMfMxsqgvHX1dGJ3PuWFDGA0zixghleL0IpOWevU=; b=vG0MYZI4P5cpwYL7Ks6MngZLqkJZduhTyKV/lEVBXDhqWvFAyw6B+IIEmdY+7Q/AK4 pROtmzO5CqlyhdVW2FKY0dmPJcg14lo3Jj1zPUIOsoH4MNyw3ZMYEXkXhbqcAwdtgM+k KXBNmcVi5qGmk+y/5nYXxWLiCCJuBwtembSC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=MFkWMS9UNdlIEjA5uldFZHNxL0OLGLZzi/Li9u6VJ9NsoLT6TfE8lRIzjQiRs4Vi0W XhObu6FuU6z/U8G9L2R7keg8jL6oHnB/Z13UNtN/w9PSTUd8jkqd9YIsXP0QYkV7DQLL T+FQGiFbjWLa7kpDT6esG1JcOk6zb+kJd9XEA= Received: by 10.140.142.15 with SMTP id p15mr567128rvd.177.1238765622908; Fri, 03 Apr 2009 06:33:42 -0700 (PDT) Received: from orion ([91.78.19.108]) by mx.google.com with ESMTPS id b8sm6998618rvf.2.2009.04.03.06.33.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Apr 2009 06:33:42 -0700 (PDT) Date: Fri, 3 Apr 2009 17:33:32 +0400 From: Alexander Beregalov To: kyle@mcmartin.ca, linux-parisc@vger.kernel.org Subject: [PATCH] stifb: should depend on STI_CONSOLE Message-ID: <20090403133332.GA29437@orion> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org 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 --- 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 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