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_tegra.c | |
parent | 364aa716f43c991052cbb4fa05e3754bacccb95c (diff) |
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_tegra.c')
-rw-r--r-- | sound/pci/hda/hda_tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index 375e94f4cf52..7d0d04480f48 100644 --- a/sound/pci/hda/hda_tegra.c +++ b/sound/pci/hda/hda_tegra.c @@ -37,7 +37,6 @@ #include "hda_codec.h" #include "hda_controller.h" -#include "hda_priv.h" /* Defines for Nvidia Tegra HDA support */ #define HDA_BAR0 0x8000 |