Hanumath Prasad | 008f8a2 | 2010-08-19 12:06:32 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) ST-Ericsson SA 2010 |
| 3 | * |
| 4 | * License terms: GNU General Public License (GPL) version 2 |
| 5 | */ |
| 6 | |
| 7 | #ifndef __BOARD_MOP500_H |
| 8 | #define __BOARD_MOP500_H |
| 9 | |
Arnd Bergmann | ab0fc6c | 2013-03-21 22:51:06 +0100 | [diff] [blame] | 10 | #include <linux/platform_data/asoc-ux500-msp.h> |
Linus Walleij | 1baa574 | 2012-04-19 18:27:38 +0200 | [diff] [blame] | 11 | |
Lee Jones | 724ebbf | 2012-07-25 13:58:36 +0100 | [diff] [blame] | 12 | extern struct msp_i2s_platform_data msp0_platform_data; |
| 13 | extern struct msp_i2s_platform_data msp1_platform_data; |
| 14 | extern struct msp_i2s_platform_data msp2_platform_data; |
| 15 | extern struct msp_i2s_platform_data msp3_platform_data; |
Rabin Vincent | 705e098 | 2011-01-21 10:56:16 +0530 | [diff] [blame] | 16 | |
Hanumath Prasad | 008f8a2 | 2010-08-19 12:06:32 +0100 | [diff] [blame] | 17 | #endif |