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:
c4b5bd4
)
[ARM] 4360/1: S3C24XX: regs-udc.h remove unused macro
author
Arnaud Patard
<
[email protected]
>
Sat, 5 May 2007 14:55:09 +0000
(15:55 +0100)
committer
Russell King
<
[email protected]
>
Sat, 5 May 2007 20:09:42 +0000
(21:09 +0100)
The S3C2410_UDC_SETIX() macro is not used and won't be used by the udc
driver, so delete it.
Signed-off-by: Arnaud Patard <
[email protected]
>
Signed-off-by: Ben Dooks <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
include/asm-arm/arch-s3c2410/regs-udc.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/regs-udc.h
b/include/asm-arm/arch-s3c2410/regs-udc.h
index 26be920049ebf10b9e1f1311e1a504101a6bdca1..e1e9805d2d9a42454d14e2ac0f7bf3f729ed1b15 100644
(file)
--- a/
include/asm-arm/arch-s3c2410/regs-udc.h
+++ b/
include/asm-arm/arch-s3c2410/regs-udc.h
@@
-135,10
+135,6
@@
#define S3C2410_UDC_OCSR2_ISO (1<<6) // R/W
#define S3C2410_UDC_OCSR2_DMAIEN (1<<5) // R/W
-#define S3C2410_UDC_SETIX(base,x) \
- writel(S3C2410_UDC_INDEX_ ## x, base+S3C2410_UDC_INDEX_REG);
-
-
#define S3C2410_UDC_EP0_CSR_OPKRDY (1<<0)
#define S3C2410_UDC_EP0_CSR_IPKRDY (1<<1)
#define S3C2410_UDC_EP0_CSR_SENTSTL (1<<2)