Commit f83793cb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sound: remove duplicate includes

From: "Randy.Dunlap" <rddunlap@osdl.org>

remove duplicate #includes in sound/
parent beb12afa
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <linux/time.h> #include <linux/time.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/init.h>
#include <sound/core.h> #include <sound/core.h>
#include <sound/control.h> #include <sound/control.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/poll.h> #include <linux/poll.h>
#include <linux/kernel.h>
#include <linux/sound.h> #include <linux/sound.h>
#include <linux/ac97_codec.h> #include <linux/ac97_codec.h>
......
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
#endif #endif
#if defined(VRC5477_AC97_DEBUG) #if defined(VRC5477_AC97_DEBUG)
#include <linux/kernel.h>
#define ASSERT(x) if (!(x)) { \ #define ASSERT(x) if (!(x)) { \
panic("assertion failed at %s:%d: %s\n", __FILE__, __LINE__, #x); } panic("assertion failed at %s:%d: %s\n", __FILE__, __LINE__, #x); }
#else #else
......
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
#include <linux/smp_lock.h> #include <linux/smp_lock.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/dma.h>
#include <asm/hardirq.h> #include <asm/hardirq.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
...@@ -158,8 +158,6 @@ ...@@ -158,8 +158,6 @@
#ifdef VWSND_DEBUG #ifdef VWSND_DEBUG
#include <linux/interrupt.h> /* for in_interrupt() */
static int shut_up = 1; static int shut_up = 1;
/* /*
......
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