提交 3d51ae17 编写于 作者: T Tony Lindgren

Revert "ARM: OMAP: Catch callers of revision information prior to it being populated"

This reverts commit 571afb4c.
上级 571afb4c
......@@ -65,7 +65,6 @@ static struct omap_id omap_ids[] __initdata = {
unsigned int omap_rev(void)
{
WARN_ON_ONCE(!omap_revision || omap_revision == -1);
return omap_revision;
}
EXPORT_SYMBOL(omap_rev);
......
......@@ -46,7 +46,6 @@ u32 omap_features;
unsigned int omap_rev(void)
{
WARN_ON_ONCE(!omap_revision || omap_revision == -1);
return omap_revision;
}
EXPORT_SYMBOL(omap_rev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册