mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ARM: tegra: dma: Add dma initialzation stub when compiled out
Change-Id: Iac01fa701342a5ed0bbbb1c6e5d38adb401f2d79 Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -156,6 +156,12 @@ int tegra_dma_cancel(struct tegra_dma_channel *ch);
|
||||
|
||||
int __init tegra_dma_init(void);
|
||||
|
||||
#else /* !defined(CONFIG_TEGRA_SYSTEM_DMA) */
|
||||
static inline int tegra_dma_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user