projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: use definitions from rt305x_regs, and nuke the duplicated ones
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
dev-usb-udc.c
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-usb-udc.c
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-usb-udc.c
index
4459f2f
..
c5f1070
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-usb-udc.c
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/dev-usb-udc.c
@@
-47,7
+47,7
@@
static struct platform_device bcm63xx_udc_device = {
int __init bcm63xx_udc_register(void)
{
- if (!BCMCPU_IS_6338() && !BCMCPU_IS_6348())
+ if (!BCMCPU_IS_6338() && !BCMCPU_IS_634
5() && !BCMCPU_IS_634
8())
return 0;
udc_resources[0].start = bcm63xx_regset_address(RSET_UDC0);
This page took
0.024327 seconds
and
4
git commands to generate.