ARM: OMAP2+: Remove unneeded semicolons

Remove the unneded semicolons since they are clearly a typo error.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Javier Martinez Canillas
2015-09-17 15:38:05 +02:00
committed by Tony Lindgren
父節點 bf0584959a
當前提交 ae428a72b4
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@@ -210,7 +210,7 @@ static inline int omap4plus_init_static_deps(const struct static_dep_map *map)
}
map++;
};
}
return 0;
}