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
Kirill Smelkov
linux
Commits
31bb1aff
Commit
31bb1aff
authored
Nov 16, 2002
by
Adrian Bunk
Committed by
Linus Torvalds
Nov 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] trivial compile fix for pxa-regs.h
parent
7b9edd50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/asm-arm/arch-pxa/pxa-regs.h
include/asm-arm/arch-pxa/pxa-regs.h
+1
-1
No files found.
include/asm-arm/arch-pxa/pxa-regs.h
View file @
31bb1aff
...
...
@@ -362,7 +362,7 @@ typedef void (*ExcpHndlr) (void) ;
#define LSR_OE (1 << 1)
/* Overrun Error */
#define LSR_DR (1 << 0)
/* Data Ready */
#define MCR_LOOP (1 << 4)
*/
#define MCR_LOOP (1 << 4)
#define MCR_OUT2 (1 << 3)
/* force MSR_DCD in loopback mode */
#define MCR_OUT1 (1 << 2)
/* force MSR_RI in loopback mode */
#define MCR_RTS (1 << 1)
/* Request to Send */
...
...
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