From a589e4011f00b87cb22e1eed96bc34bd195d7621 Mon Sep 17 00:00:00 2001 From: James Sullins Date: Wed, 25 Jan 2012 10:30:30 -0600 Subject: [PATCH] fix typo: MSM_FB_EXT_BUF_SIZE --- arch/arm/mach-msm/board-msm8x60.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index 02a046b25ab..2de33c8c252 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c @@ -2658,7 +2658,7 @@ static void __init msm8x60_init_dsps(void) #elif defined(CONFIG_FB_MSM_TVOUT) #define MSM_FB_EXT_BUF_SIZE (720 * 576 * 2 * 2) /* 2 bpp x 2 pages */ #else -#define MSM_FB_EXT_BUFT_SIZE 0 +#define MSM_FB_EXT_BUF_SIZE 0 #endif #ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY