diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/platform.h')
| -rw-r--r-- | arch/mips/alchemy/devboards/platform.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/alchemy/devboards/platform.h b/arch/mips/alchemy/devboards/platform.h index 828c54e31157..5ac055d2cda9 100644 --- a/arch/mips/alchemy/devboards/platform.h +++ b/arch/mips/alchemy/devboards/platform.h | |||
| @@ -3,12 +3,12 @@ | |||
| 3 | 3 | ||
| 4 | #include <linux/init.h> | 4 | #include <linux/init.h> |
| 5 | 5 | ||
| 6 | int __init db1x_register_pcmcia_socket(unsigned long pseudo_attr_start, | 6 | int __init db1x_register_pcmcia_socket(phys_addr_t pcmcia_attr_start, |
| 7 | unsigned long pseudo_attr_len, | 7 | phys_addr_t pcmcia_attr_len, |
| 8 | unsigned long pseudo_mem_start, | 8 | phys_addr_t pcmcia_mem_start, |
| 9 | unsigned long pseudo_mem_end, | 9 | phys_addr_t pcmcia_mem_end, |
| 10 | unsigned long pseudo_io_start, | 10 | phys_addr_t pcmcia_io_start, |
| 11 | unsigned long pseudo_io_end, | 11 | phys_addr_t pcmcia_io_end, |
| 12 | int card_irq, | 12 | int card_irq, |
| 13 | int cd_irq, | 13 | int cd_irq, |
| 14 | int stschg_irq, | 14 | int stschg_irq, |
