]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: tegra: Move of_device_id table near to its user
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 4 Mar 2016 10:25:11 +0000 (15:55 +0530)
committerVinod Koul <vinod.koul@intel.com>
Fri, 4 Mar 2016 15:06:01 +0000 (20:36 +0530)
commit242637bac7cd6e9e112d4d119e1ee19eafec3f2a
treef7dd1a2ed8a15b9c62969ea90019d0402b4bf90e
parent6ff1cb88a7253ee33116626537a231da528bc57c
dmaengine: tegra: Move of_device_id table near to its user

After using the function of_device_get_match_data(), the
of_device_id table for tegra20 dma is not used by probe()
and hence moving it near to place where platform driver is
defined as this table used only on this data structure.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/tegra20-apb-dma.c