diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2017-01-03 06:38:15 -0500 |
---|---|---|
committer | Preetham Chandru R <pchandru@nvidia.com> | 2017-08-21 05:16:34 -0400 |
commit | 673783089f5a1953bb655e38ee788a9c11f347f3 (patch) | |
tree | 9d6331473c957b38f398833bb88c9efbf830d2a8 /drivers/ata/tegra/ahci_tegra.h | |
parent | 0fda68df93cb07e1e5d78ac6383fa1c98ac3bda2 (diff) |
ata: tegra: Use soc/tegra/[pmc.h|chip-id.h] headers
Use the soc/tegra/pmc.h for PMC header instead of
linux/tegra-pmc.h as this will get removed part of
single PMC driver for all SOCs.
Also, the soc tegra headers are unified and moved all the content of
linux/tegra-soc.h to the soc/tegra/chip-id.h to have the single soc
header for Tegra.
Bug 200260700
Change-Id: I9bbb4ab488b280dbe4c826bf6cfb60bc1cf0e9e1
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1279556
(cherry picked from commit 5010f250e619d6538a0084c2d433b356c395c526)
Reviewed-on: http://git-master/r/1304769
GVS: Gerrit_Virtual_Submit
Tested-by: Timo Alho <talho@nvidia.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Reviewed-by: Timo Alho <talho@nvidia.com>
Diffstat (limited to 'drivers/ata/tegra/ahci_tegra.h')
-rw-r--r-- | drivers/ata/tegra/ahci_tegra.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/tegra/ahci_tegra.h b/drivers/ata/tegra/ahci_tegra.h index f71887ab4..eaab8d966 100644 --- a/drivers/ata/tegra/ahci_tegra.h +++ b/drivers/ata/tegra/ahci_tegra.h | |||
@@ -28,8 +28,8 @@ | |||
28 | #include <scsi/scsi_device.h> | 28 | #include <scsi/scsi_device.h> |
29 | #include <scsi/scsi_cmnd.h> | 29 | #include <scsi/scsi_cmnd.h> |
30 | #include <linux/tegra-powergate.h> | 30 | #include <linux/tegra-powergate.h> |
31 | #include <linux/tegra-pmc.h> | 31 | #include <soc/tegra/pmc.h> |
32 | #include <linux/tegra-soc.h> | 32 | #include <soc/tegra/chip-id.h> |
33 | #include <linux/tegra_prod.h> | 33 | #include <linux/tegra_prod.h> |
34 | #include <linux/pm.h> | 34 | #include <linux/pm.h> |
35 | #include <linux/pm_runtime.h> | 35 | #include <linux/pm_runtime.h> |