| .. | .. |
|---|
| 52 | 52 | static struct alchemy_pci_context *__alchemy_pci_ctx; |
|---|
| 53 | 53 | |
|---|
| 54 | 54 | |
|---|
| 55 | | -/* IO/MEM resources for PCI. Keep the memres in sync with __fixup_bigphys_addr |
|---|
| 55 | +/* IO/MEM resources for PCI. Keep the memres in sync with fixup_bigphys_addr |
|---|
| 56 | 56 | * in arch/mips/alchemy/common/setup.c |
|---|
| 57 | 57 | */ |
|---|
| 58 | 58 | static struct resource alchemy_pci_def_memres = { |
|---|
| .. | .. |
|---|
| 409 | 409 | goto out6; |
|---|
| 410 | 410 | } |
|---|
| 411 | 411 | |
|---|
| 412 | | - ctx->regs = ioremap_nocache(r->start, resource_size(r)); |
|---|
| 412 | + ctx->regs = ioremap(r->start, resource_size(r)); |
|---|
| 413 | 413 | if (!ctx->regs) { |
|---|
| 414 | 414 | dev_err(&pdev->dev, "cannot map pci regs\n"); |
|---|
| 415 | 415 | ret = -ENODEV; |
|---|