diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-08-01 19:40:40 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-07 14:26:01 +0100 |
commit | aba3dd5ace59d038a9d69e0f5319b6fec61012c8 (patch) | |
tree | ec8d271e04e79f18d8385702f8b1639a093cf1c6 /sound/soc/intel/skylake/skl-nhlt.c | |
parent | 9f2dd0270d81b283e11e39f9276113aef391e420 (diff) | |
download | linux-aba3dd5ace59d038a9d69e0f5319b6fec61012c8.tar.gz linux-aba3dd5ace59d038a9d69e0f5319b6fec61012c8.tar.bz2 linux-aba3dd5ace59d038a9d69e0f5319b6fec61012c8.zip |
ASoC: Intel: Skylake: Use acpi header for NHLT header
Instead of defining own acpi header, use the available acpi
header defined in acpi framework.
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-nhlt.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-nhlt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-nhlt.c b/sound/soc/intel/skylake/skl-nhlt.c index a14009b47b29..13036b19d7e5 100644 --- a/sound/soc/intel/skylake/skl-nhlt.c +++ b/sound/soc/intel/skylake/skl-nhlt.c @@ -17,7 +17,6 @@ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * */ -#include <linux/acpi.h> #include "skl.h" /* Unique identification for getting NHLT blobs */ |