Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
3d51ae17
Commit
3d51ae17
authored
Apr 19, 2016
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "ARM: OMAP: Catch callers of revision information prior to it being populated"
This reverts commit
571afb4c
.
parent
571afb4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
arch/arm/mach-omap1/id.c
arch/arm/mach-omap1/id.c
+0
-1
arch/arm/mach-omap2/id.c
arch/arm/mach-omap2/id.c
+0
-1
No files found.
arch/arm/mach-omap1/id.c
View file @
3d51ae17
...
...
@@ -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
);
...
...
arch/arm/mach-omap2/id.c
View file @
3d51ae17
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment