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:
ddf0322
)
powerpc/cpm: Remove duplicate FCC_GFMR_TTX define
author
Dan Carpenter
<
[email protected]
>
Mon, 9 Jun 2014 15:18:52 +0000
(18:18 +0300)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 11 Jun 2014 07:03:28 +0000
(17:03 +1000)
The FCC_GFMR_TTX define is cut and pasted twice so we can remove the
second instance.
Signed-off-by: Dan Carpenter <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/include/asm/cpm2.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/cpm2.h
b/arch/powerpc/include/asm/cpm2.h
index f42e9baf3a4e743fddd9cf4bbc809f49aa1299d0..7c8608b096947000f7120f2a7ee729677962a094 100644
(file)
--- a/
arch/powerpc/include/asm/cpm2.h
+++ b/
arch/powerpc/include/asm/cpm2.h
@@
-489,7
+489,6
@@
typedef struct scc_trans {
#define FCC_GFMR_TCI ((uint)0x20000000)
#define FCC_GFMR_TRX ((uint)0x10000000)
#define FCC_GFMR_TTX ((uint)0x08000000)
-#define FCC_GFMR_TTX ((uint)0x08000000)
#define FCC_GFMR_CDP ((uint)0x04000000)
#define FCC_GFMR_CTSP ((uint)0x02000000)
#define FCC_GFMR_CDS ((uint)0x01000000)