projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557dca5
)
[ARM] Kirkwood: Correct header define
author
Simon Kagstrom
<simon.kagstrom@netinsight.net>
Wed, 1 Jul 2009 01:42:00 +0000
(21:42 -0400)
committer
Nicolas Pitre
<nico@cam.org>
Tue, 7 Jul 2009 03:54:56 +0000
(23:54 -0400)
Correct define typo (. -> ,)
Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/mach-kirkwood/mpp.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-kirkwood/mpp.h
b/arch/arm/mach-kirkwood/mpp.h
index e021a80c2cafa00df3cba91543a6e5dc55d05f7b..bc74278ed311c2bef402d6e16d808111669ed96e 100644
(file)
--- a/
arch/arm/mach-kirkwood/mpp.h
+++ b/
arch/arm/mach-kirkwood/mpp.h
@@
-289,7
+289,7
@@
#define MPP48_GPIO MPP( 48, 0x0, 1, 1, 0, 0, 0, 1 )
#define MPP48_TSMP12 MPP( 48, 0x1, 1, 1, 0, 0, 0, 1 )
-#define MPP48_TDM_DTX MPP( 48
.
0x2, 0, 1, 0, 0, 0, 1 )
+#define MPP48_TDM_DTX MPP( 48
,
0x2, 0, 1, 0, 0, 0, 1 )
#define MPP49_GPIO MPP( 49, 0x0, 1, 1, 0, 0, 0, 1 )
#define MPP49_TSMP9 MPP( 49, 0x1, 1, 1, 0, 0, 0, 1 )