diff options
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/ssp.h')
| -rw-r--r-- | arch/arm/mach-pxa/include/mach/ssp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/ssp.h b/arch/arm/mach-pxa/include/mach/ssp.h index cb5cb766f0f..be1be5b6db5 100644 --- a/arch/arm/mach-pxa/include/mach/ssp.h +++ b/arch/arm/mach-pxa/include/mach/ssp.h | |||
| @@ -46,6 +46,7 @@ struct ssp_device { | |||
| 46 | int drcmr_tx; | 46 | int drcmr_tx; |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #ifdef CONFIG_PXA_SSP_LEGACY | ||
| 49 | /* | 50 | /* |
| 50 | * SSP initialisation flags | 51 | * SSP initialisation flags |
| 51 | */ | 52 | */ |
| @@ -78,6 +79,7 @@ void ssp_restore_state(struct ssp_dev *dev, struct ssp_state *ssp); | |||
| 78 | int ssp_init(struct ssp_dev *dev, u32 port, u32 init_flags); | 79 | int ssp_init(struct ssp_dev *dev, u32 port, u32 init_flags); |
| 79 | int ssp_config(struct ssp_dev *dev, u32 mode, u32 flags, u32 psp_flags, u32 speed); | 80 | int ssp_config(struct ssp_dev *dev, u32 mode, u32 flags, u32 psp_flags, u32 speed); |
| 80 | void ssp_exit(struct ssp_dev *dev); | 81 | void ssp_exit(struct ssp_dev *dev); |
| 82 | #endif /* CONFIG_PXA_SSP_LEGACY */ | ||
| 81 | 83 | ||
| 82 | /** | 84 | /** |
| 83 | * ssp_write_reg - Write to a SSP register | 85 | * ssp_write_reg - Write to a SSP register |
