commit | 0e5740770f34381b5742654a5f297e335c548de5 | [log] [tgz] |
---|---|---|
author | Mikko Perttunen <mperttunen@nvidia.com> | Mon Aug 11 13:17:48 2014 +0300 |
committer | Tejun Heo <tj@kernel.org> | Sun Aug 17 07:24:53 2014 -0400 |
tree | 160340af6fe97369994b7c79adb3085296639730 | |
parent | b741e8d4cf812da665c763e1b1c4a8fd20121565 [diff] |
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>