Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d51ae17 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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

This reverts commit 571afb4c.
parent 571afb4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -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);