diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-19 18:04:17 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-19 21:41:25 +0100 |
commit | 89a93fea6182a71cedce9de1d901e4f379322cf3 (patch) | |
tree | 9de96c1b2b07fedfd8cdfb469efdf33e133f2879 /sound/pci/hda/hda_i915.c | |
parent | ALSA: hda - Introduce azx_has_pm_runtime() macro (diff) | |
download | linux-89a93fea6182a71cedce9de1d901e4f379322cf3.tar.xz linux-89a93fea6182a71cedce9de1d901e4f379322cf3.zip |
ALSA: hda - Fold hda_priv.h into hda_controller.h
There is no big reason to keep them separately.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_i915.c')
-rw-r--r-- | sound/pci/hda/hda_i915.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_i915.c b/sound/pci/hda/hda_i915.c index 714894527e06..52a85d87c23c 100644 --- a/sound/pci/hda/hda_i915.c +++ b/sound/pci/hda/hda_i915.c @@ -22,7 +22,7 @@ #include <linux/component.h> #include <drm/i915_component.h> #include <sound/core.h> -#include "hda_priv.h" +#include "hda_controller.h" #include "hda_intel.h" /* Intel HSW/BDW display HDA controller Extended Mode registers. |