diff options
Diffstat (limited to 'include/linux/platform_data/mtd-davinci-aemif.h')
| -rw-r--r-- | include/linux/platform_data/mtd-davinci-aemif.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/mtd-davinci-aemif.h b/include/linux/platform_data/mtd-davinci-aemif.h index 05b293443097..97948ac2bb9b 100644 --- a/include/linux/platform_data/mtd-davinci-aemif.h +++ b/include/linux/platform_data/mtd-davinci-aemif.h | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | #ifndef _MACH_DAVINCI_AEMIF_H | 10 | #ifndef _MACH_DAVINCI_AEMIF_H |
| 11 | #define _MACH_DAVINCI_AEMIF_H | 11 | #define _MACH_DAVINCI_AEMIF_H |
| 12 | 12 | ||
| 13 | #include <linux/platform_device.h> | ||
| 14 | |||
| 13 | #define NRCSR_OFFSET 0x00 | 15 | #define NRCSR_OFFSET 0x00 |
| 14 | #define AWCCR_OFFSET 0x04 | 16 | #define AWCCR_OFFSET 0x04 |
| 15 | #define A1CR_OFFSET 0x10 | 17 | #define A1CR_OFFSET 0x10 |
| @@ -31,6 +33,5 @@ struct davinci_aemif_timing { | |||
| 31 | u8 ta; | 33 | u8 ta; |
| 32 | }; | 34 | }; |
| 33 | 35 | ||
| 34 | int davinci_aemif_setup_timing(struct davinci_aemif_timing *t, | 36 | int davinci_aemif_setup(struct platform_device *pdev); |
| 35 | void __iomem *base, unsigned cs); | ||
| 36 | #endif | 37 | #endif |
