]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ASoC: tegra: remove unnecessary includes
authorStephen Warren <swarren@nvidia.com>
Fri, 30 Mar 2012 23:07:18 +0000 (17:07 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Apr 2012 10:28:31 +0000 (11:28 +0100)
These include aren't needed, and some of the files are about to be
renamed.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_alc5632.c
sound/soc/tegra/tegra_wm8903.c
sound/soc/tegra/trimslice.c

index 396181cd2c786e3e8d312e35208d51a85def4c60..32de7006daf08975e5a3edb4e4e8b9bfe029b572 100644 (file)
@@ -29,9 +29,6 @@
 
 #include "../codecs/alc5632.h"
 
-#include "tegra_das.h"
-#include "tegra_i2s.h"
-#include "tegra_pcm.h"
 #include "tegra_asoc_utils.h"
 
 #define DRV_NAME "tegra-alc5632"
index fbd13357e1fd4ff7e9bd2c2a7397cb5057b95b57..2f9e9ff771c81fb6118e3e460530f71d65b3dcc0 100644 (file)
@@ -46,9 +46,6 @@
 
 #include "../codecs/wm8903.h"
 
-#include "tegra_das.h"
-#include "tegra_i2s.h"
-#include "tegra_pcm.h"
 #include "tegra_asoc_utils.h"
 
 #define DRV_NAME "tegra-snd-wm8903"
index 6be9e0f747c91ad8d77c85e854e30b7ddc88677d..8884667aff4311a294f89c29e96e570e9954e1e7 100644 (file)
@@ -38,9 +38,6 @@
 
 #include "../codecs/tlv320aic23.h"
 
-#include "tegra_das.h"
-#include "tegra_i2s.h"
-#include "tegra_pcm.h"
 #include "tegra_asoc_utils.h"
 
 #define DRV_NAME "tegra-snd-trimslice"