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

This reverts commit 571afb4c8a.
This commit is contained in:
Tony Lindgren 2016-04-19 08:01:05 -07:00
Родитель 571afb4c8a
Коммит 3d51ae172d
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);