diff options
| author | Vinod Koul <vinod.koul@intel.com> | 2016-09-02 06:27:09 -0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 13:01:04 -0400 |
| commit | 93d05f1ec644c97535159649de7f8e6731841336 (patch) | |
| tree | 52ec3fe981598464dfd93b94e880203cddc0faa2 /include/linux/platform_data | |
| parent | cd3a792a77bc4e72e917efcf9dfc7f33cbb2fda8 (diff) | |
dmaengine: mmp_tdma: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
While at it, to fix build on other archs, select MMP_SRAM only for ARCH_MMP
and also fix the platform header
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dma-mmp_tdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-mmp_tdma.h b/include/linux/platform_data/dma-mmp_tdma.h index 0c72886030ef..422d4504dbac 100644 --- a/include/linux/platform_data/dma-mmp_tdma.h +++ b/include/linux/platform_data/dma-mmp_tdma.h | |||
| @@ -28,7 +28,7 @@ struct sram_platdata { | |||
| 28 | int granularity; | 28 | int granularity; |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | #ifdef CONFIG_ARM | 31 | #ifdef CONFIG_MMP_SRAM |
| 32 | extern struct gen_pool *sram_get_gpool(char *pool_name); | 32 | extern struct gen_pool *sram_get_gpool(char *pool_name); |
| 33 | #else | 33 | #else |
| 34 | static inline struct gen_pool *sram_get_gpool(char *pool_name) | 34 | static inline struct gen_pool *sram_get_gpool(char *pool_name) |
