summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2014-04-11 14:42:29 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2014-04-13 20:09:36 -0700
commit974da74574f3d36f8957db6353ee8a419c4e1670 (patch)
tree1008fa38c906843d49e1347598c91cbfb52e39e4 /sound
parentdc7cbe176efe641ff27c4ef63568816d8b45d732 (diff)
platform: tegra: move pm_domain to drivers
Change-Id: I30baee4084399b8078232f31296c4d891a903d47 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: http://git-master/r/395123 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 30e7fd27471e..fe10a0dab604 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -69,7 +69,7 @@
#endif
#ifdef CONFIG_SND_HDA_PLATFORM_NVIDIA_TEGRA
#include <linux/tegra-powergate.h>
-#include <mach/pm_domains.h>
+#include <linux/tegra_pm_domains.h>
#endif
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;