ata: ahci_tegra: Change include to fix compilation
authorMikko Perttunen <mperttunen@nvidia.com>
Mon, 11 Aug 2014 10:17:48 +0000 (13:17 +0300)
committerTejun Heo <tj@kernel.org>
Sun, 17 Aug 2014 11:24:53 +0000 (07:24 -0400)
commit0e5740770f34381b5742654a5f297e335c548de5
tree160340af6fe97369994b7c79adb3085296639730
parentb741e8d4cf812da665c763e1b1c4a8fd20121565
ata: ahci_tegra: Change include to fix compilation

Before this patch, the driver included <linux/tegra-powergate.h>,
which was effectively renamed to <soc/tegra/pmc.h> at about the same
time the ahci_tegra series landed. Fix the include path so that the
driver compiles.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_tegra.c