Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ep93xx: fix build error in edb93xx framebuffer support
@ 2011-02-03  0:38 H Hartley Sweeten
  2011-02-04 17:03 ` H Hartley Sweeten
  0 siblings, 1 reply; 4+ messages in thread
From: H Hartley Sweeten @ 2011-02-03  0:38 UTC (permalink / raw)
  To: linux-arm-kernel

Add missing semicolon to fix a build error.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reported-by: Alexander Sverdlin <subaparts@yandex.ru>
Cc: Ryan Mallon <ryan@bluewatersys.com>

---

diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
index 9b00bee..3f37567 100644
--- a/arch/arm/mach-ep93xx/edb93xx.c
+++ b/arch/arm/mach-ep93xx/edb93xx.c
@@ -126,7 +126,7 @@ static int __init edb93xx_has_fb(void)
 	/* These platforms have an ep93xx with video capability */
 	return (machine_is_edb9307() || machine_is_edb9307a() ||
 		machine_is_edb9312() || machine_is_edb9315() ||
-		machine_is_edb9315a())
+		machine_is_edb9315a());
 }
 
 static void __init edb93xx_register_fb(void)

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-04 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03  0:38 [PATCH] ep93xx: fix build error in edb93xx framebuffer support H Hartley Sweeten
2011-02-04 17:03 ` H Hartley Sweeten
2011-02-04 17:07   ` Russell King - ARM Linux
2011-02-04 17:15     ` H Hartley Sweeten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox