summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c')
-rw-r--r--target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c b/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c
index 67f580527f..56086fa139 100644
--- a/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c
+++ b/target/linux/lantiq/files-3.3/arch/mips/lantiq/xway/dev-dwc_otg.c
@@ -36,14 +36,14 @@
static struct resource resources[] =
{
[0] = {
- .name = "dwc_otg_membase",
- .start = LTQ_USB_IOMEM_BASE,
- .end = LTQ_USB_IOMEM_BASE + LTQ_USB_IOMEM_SIZE - 1,
- .flags = IORESOURCE_MEM,
+ .name = "dwc_otg_membase",
+ .start = LTQ_USB_IOMEM_BASE,
+ .end = LTQ_USB_IOMEM_BASE + LTQ_USB_IOMEM_SIZE - 1,
+ .flags = IORESOURCE_MEM,
},
[1] = {
- .name = "dwc_otg_irq",
- .flags = IORESOURCE_IRQ,
+ .name = "dwc_otg_irq",
+ .flags = IORESOURCE_IRQ,
},
};
@@ -52,7 +52,7 @@ static u64 dwc_dmamask = (u32)0x1fffffff;
static struct platform_device platform_dev = {
.name = "dwc_otg",
.dev = {
- .dma_mask = &dwc_dmamask,
+ .dma_mask = &dwc_dmamask,
},
.resource = resources,
.num_resources = ARRAY_SIZE(resources),