diff options
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/awacs.c | 1 | ||||
-rw-r--r-- | sound/ppc/beep.c | 1 | ||||
-rw-r--r-- | sound/ppc/burgundy.c | 1 | ||||
-rw-r--r-- | sound/ppc/daca.c | 1 | ||||
-rw-r--r-- | sound/ppc/keywest.c | 1 | ||||
-rw-r--r-- | sound/ppc/pmac.c | 1 | ||||
-rw-r--r-- | sound/ppc/powermac.c | 1 | ||||
-rw-r--r-- | sound/ppc/snd_ps3.c | 1 | ||||
-rw-r--r-- | sound/ppc/tumbler.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sound/ppc/awacs.c b/sound/ppc/awacs.c index b15bfb6f701..8441e780df0 100644 --- a/sound/ppc/awacs.c +++ b/sound/ppc/awacs.c @@ -20,7 +20,6 @@ */ -#include <sound/driver.h> #include <asm/io.h> #include <asm/nvram.h> #include <linux/init.h> diff --git a/sound/ppc/beep.c b/sound/ppc/beep.c index 465dd0466b9..baa2a723737 100644 --- a/sound/ppc/beep.c +++ b/sound/ppc/beep.c @@ -18,7 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <sound/driver.h> #include <asm/io.h> #include <asm/irq.h> #include <linux/init.h> diff --git a/sound/ppc/burgundy.c b/sound/ppc/burgundy.c index fec74e82974..1a545ac0de0 100644 --- a/sound/ppc/burgundy.c +++ b/sound/ppc/burgundy.c @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <sound/driver.h> #include <asm/io.h> #include <linux/init.h> #include <linux/slab.h> diff --git a/sound/ppc/daca.c b/sound/ppc/daca.c index 0c8145792d5..8432c16cd6f 100644 --- a/sound/ppc/daca.c +++ b/sound/ppc/daca.c @@ -19,7 +19,6 @@ */ -#include <sound/driver.h> #include <linux/init.h> #include <linux/i2c.h> #include <linux/kmod.h> diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index bb7d744faff..6ff99ed7751 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c @@ -19,7 +19,6 @@ */ -#include <sound/driver.h> #include <linux/init.h> #include <linux/i2c.h> #include <linux/delay.h> diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index 8c47bebc77c..aada1d7dc3c 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c @@ -20,7 +20,6 @@ */ -#include <sound/driver.h> #include <asm/io.h> #include <asm/irq.h> #include <linux/init.h> diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c index 2264574fa06..c936225771b 100644 --- a/sound/ppc/powermac.c +++ b/sound/ppc/powermac.c @@ -18,7 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <sound/driver.h> #include <linux/init.h> #include <linux/err.h> #include <linux/platform_device.h> diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index af812dc69ec..d8d0b4b2395 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c @@ -22,7 +22,6 @@ #include <linux/slab.h> #include <linux/io.h> #include <linux/interrupt.h> -#include <sound/driver.h> #include <sound/core.h> #include <sound/initval.h> #include <sound/pcm.h> diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index d4d22e161d1..71a7a976542 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c @@ -24,7 +24,6 @@ */ -#include <sound/driver.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/i2c.h> |