linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] drivers/video: Kconfig, fix mxsfb build
Date: Wed, 24 Apr 2013 10:08:13 +0200	[thread overview]
Message-ID: <1366790894-20426-2-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1366790894-20426-1-git-send-email-mpa@pengutronix.de>

From: Markus Pargmann <mpargmann@allfex.org>

Kernel build fails with commit 669406534b4abb827d1bdc39bb5e2d5255818ae2

This patch replaces OF_VIDEOMODE symbol by VIDEOMODE_HELPERS.

Signed-off-by: Markus Pargmann <mpargmann@allfex.org>
---
 drivers/video/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d8ecc52..6246056 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2429,7 +2429,7 @@ config FB_MXS
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
 	select FB_MODE_HELPERS
-	select OF_VIDEOMODE
+	select VIDEOMODE_HELPERS
 	help
 	  Framebuffer support for the MXS SoC.
 
-- 
1.8.1.5

  reply	other threads:[~2013-04-24  8:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  8:08 [PATCH 0/2] drivers/video: mxs-fb: build fixes Markus Pargmann
2013-04-24  8:08 ` Markus Pargmann [this message]
2013-04-24  8:08 ` [PATCH 2/2] drivers/video: mxs-fb: Fix build, use renamed function Markus Pargmann
2013-04-24  8:22 ` [PATCH 0/2] drivers/video: mxs-fb: build fixes Markus Pargmann
2013-04-24  8:22   ` [PATCH 1/2] drivers/video: Kconfig, fix mxsfb build Markus Pargmann
2013-04-25 17:32     ` Sergei Shtylyov
2013-04-24  8:22   ` [PATCH 2/2] drivers/video: mxs-fb: Fix build, use renamed function Markus Pargmann
2013-04-24  9:00 ` [PATCH 0/2] drivers/video: mxs-fb: build fixes Markus Pargmann
2013-04-24 11:49 ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366790894-20426-2-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).