Commit a2dc55c1 authored by Carlos Eduardo Aguiar's avatar Carlos Eduardo Aguiar Committed by Tony Lindgren

Remove useless sound/driver.h

This patch removes useless include/sound/driver.h from sound/arm/omap/ files.
Signed-off-by: default avatarCarlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b11689b7
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/eac.h> #include <asm/arch/eac.h>
#include <sound/driver.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/initval.h> #include <sound/initval.h>
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <sound/driver.h>
#include <asm/arch/aic23.h> #include <asm/arch/aic23.h>
#include <asm/arch/omap-alsa.h> #include <asm/arch/omap-alsa.h>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
* option) any later version. * option) any later version.
*/ */
#include <sound/driver.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/pcm.h> #include <sound/pcm.h>
#include <sound/initval.h> #include <sound/initval.h>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#ifndef __OMAP_ALSA_AIC23_H #ifndef __OMAP_ALSA_AIC23_H
#define __OMAP_ALSA_AIC23_H #define __OMAP_ALSA_AIC23_H
#include <sound/driver.h>
#include <asm/arch/dma.h> #include <asm/arch/dma.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/pcm.h> #include <sound/pcm.h>
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <asm/arch/omap-alsa.h> #include <asm/arch/omap-alsa.h>
#include <sound/driver.h>
#include <sound/initval.h> #include <sound/initval.h>
#include <sound/control.h> #include <sound/control.h>
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#ifdef CONFIG_PM #ifdef CONFIG_PM
#include <linux/pm.h> #include <linux/pm.h>
#endif #endif
#include <sound/driver.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/pcm.h> #include <sound/pcm.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment