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_controller.c | |
parent | 364aa716f43c991052cbb4fa05e3754bacccb95c (diff) | |
download | linux-89a93fea6182a71cedce9de1d901e4f379322cf3.tar.gz linux-89a93fea6182a71cedce9de1d901e4f379322cf3.tar.bz2 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_controller.c')
-rw-r--r-- | sound/pci/hda/hda_controller.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 3589fc2165b0..6b3254d479e1 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c @@ -30,7 +30,6 @@ #include <linux/reboot.h> #include <sound/core.h> #include <sound/initval.h> -#include "hda_priv.h" #include "hda_controller.h" #define CREATE_TRACE_POINTS |