Browse Source

[ALSA] Removed deprecated sound/driver.h from Freescale MPC8610 drivers

With commit 9004acc70e8c49c50c4c7b652f906f1e0ed5709d, include/sound/driver.h
is deprecated.  This patch removes the #include from fsl_ssi.c and fsl_dma.c.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Timur Tabi 17 năm trước cách đây
mục cha
commit
acf5850ea7
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      sound/soc/fsl/fsl_dma.c
  2. 0 1
      sound/soc/fsl/fsl_ssi.c

+ 0 - 1
sound/soc/fsl/fsl_dma.c

@@ -20,7 +20,6 @@
 #include <linux/interrupt.h>
 #include <linux/delay.h>
 
-#include <sound/driver.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>

+ 0 - 1
sound/soc/fsl/fsl_ssi.c

@@ -15,7 +15,6 @@
 #include <linux/device.h>
 #include <linux/delay.h>
 
-#include <sound/driver.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>