diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/platform.h')
-rw-r--r-- | arch/mips/alchemy/devboards/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/alchemy/devboards/platform.h b/arch/mips/alchemy/devboards/platform.h index 55ecf7e9258f..828c54e31157 100644 --- a/arch/mips/alchemy/devboards/platform.h +++ b/arch/mips/alchemy/devboards/platform.h | |||
@@ -15,4 +15,7 @@ int __init db1x_register_pcmcia_socket(unsigned long pseudo_attr_start, | |||
15 | int eject_irq, | 15 | int eject_irq, |
16 | int id); | 16 | int id); |
17 | 17 | ||
18 | int __init db1x_register_norflash(unsigned long size, int width, | ||
19 | int swapped); | ||
20 | |||
18 | #endif | 21 | #endif |