|
@@ -1166,14 +1166,14 @@ static void tegra_dma_free_chan_resources(struct dma_chan *dc)
|
|
|
}
|
|
|
|
|
|
/* Tegra20 specific DMA controller information */
|
|
|
-static struct tegra_dma_chip_data tegra20_dma_chip_data = {
|
|
|
+static const struct tegra_dma_chip_data tegra20_dma_chip_data = {
|
|
|
.nr_channels = 16,
|
|
|
.max_dma_count = 1024UL * 64,
|
|
|
};
|
|
|
|
|
|
#if defined(CONFIG_OF)
|
|
|
/* Tegra30 specific DMA controller information */
|
|
|
-static struct tegra_dma_chip_data tegra30_dma_chip_data = {
|
|
|
+static const struct tegra_dma_chip_data tegra30_dma_chip_data = {
|
|
|
.nr_channels = 32,
|
|
|
.max_dma_count = 1024UL * 64,
|
|
|
};
|