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:
98605c2
)
ssb: remove invalid define SSB_TMSLOW_PHYCLK
author
Rafał Miłecki
<
[email protected]
>
Wed, 16 Feb 2011 12:58:26 +0000
(13:58 +0100)
committer
John W. Linville
<
[email protected]
>
Fri, 18 Feb 2011 21:54:53 +0000
(16:54 -0500)
It was incorrectly introduced in
d2730b2a6a019d14455556019d744ab051e6554b
. We
have already fixed function to use correct define, but forgot remove old one.
Signed-off-by: Rafał Miłecki <
[email protected]
>
Cc: Gábor Stefanik <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
include/linux/ssb/ssb_regs.h
patch
|
blob
|
history
diff --git
a/include/linux/ssb/ssb_regs.h
b/include/linux/ssb/ssb_regs.h
index df9211a8463498f0dba4355a77607a869c75f26d..9b1125bea1fca1f86c7ca46a11fd8d9339f428c0 100644
(file)
--- a/
include/linux/ssb/ssb_regs.h
+++ b/
include/linux/ssb/ssb_regs.h
@@
-97,7
+97,6
@@
#define SSB_TMSLOW_RESET 0x00000001 /* Reset */
#define SSB_TMSLOW_REJECT_22 0x00000002 /* Reject (Backplane rev 2.2) */
#define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */
-#define SSB_TMSLOW_PHYCLK 0x00000010 /* MAC PHY Clock Control Enable */
#define SSB_TMSLOW_CLOCK 0x00010000 /* Clock Enable */
#define SSB_TMSLOW_FGC 0x00020000 /* Force Gated Clocks On */
#define SSB_TMSLOW_PE 0x40000000 /* Power Management Enable */