aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pic.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2009-06-28 06:26:10 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-07-08 13:50:21 +1000
commitd258e64ef595792d6f749518354b69583e9a97f4 (patch)
treecdd0ba72fe37ed6eac872d33311b144ac094497a /arch/powerpc/platforms/powermac/pic.c
parentpowerpc/pseries: Use pr_devel() in pseries LPAR HPTE routines (diff)
downloadlinux-dev-d258e64ef595792d6f749518354b69583e9a97f4.tar.xz
linux-dev-d258e64ef595792d6f749518354b69583e9a97f4.zip
powerpc: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac/pic.c')
-rw-r--r--arch/powerpc/platforms/powermac/pic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c
index dce736349107..d212006a5b3c 100644
--- a/arch/powerpc/platforms/powermac/pic.c
+++ b/arch/powerpc/platforms/powermac/pic.c
@@ -609,7 +609,7 @@ static int pmacpic_find_viaint(void)
np = of_find_node_by_name(NULL, "via-pmu");
if (np == NULL)
goto not_found;
- viaint = irq_of_parse_and_map(np, 0);;
+ viaint = irq_of_parse_and_map(np, 0);
not_found:
#endif /* CONFIG_ADB_PMU */