diff --git a/arch/mips/mti-sead3/sead3-ehci.c b/arch/mips/mti-sead3/sead3-ehci.c index c46b14f3ccb7e26748ad61e27004d3e92fcfc7af..e2b094a91d5c6f07187e33f1c378caf267b45f2f 100644 --- a/arch/mips/mti-sead3/sead3-ehci.c +++ b/arch/mips/mti-sead3/sead3-ehci.c @@ -13,7 +13,7 @@ #include -struct resource ehci_resources[] = { +static struct resource ehci_resources[] = { { .start = 0x1b200000, .end = 0x1b200fff, @@ -24,7 +24,7 @@ struct resource ehci_resources[] = { } }; -u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32); +static u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32); static struct platform_device ehci_device = { .name = "sead3-ehci",