Skip to content

Commit

Permalink
ALSA: ice17xx: Fix inclusion of linux/io.h
Browse files Browse the repository at this point in the history
Include linux/io.h in ice1712.h since inb() and outb() are used in
inline functions there.  Remove the redundant inclusion of that file
in other places at the same time.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Oct 18, 2012
1 parent 34a9318 commit de3ab85
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion sound/pci/ice1712/amp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/aureon.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
* on mixer switch and other coll stuff.
*/

#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/ews.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/hoontech.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/ice1712.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
*/


#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 1 addition & 0 deletions sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*
*/

#include <linux/io.h>
#include <sound/control.h>
#include <sound/ac97_codec.h>
#include <sound/rawmidi.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*
*/

#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/juli.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/maya44.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include <linux/init.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/pcm.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/phase.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
* Digital receiver: CS8414-CS (supported in this release)
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/pontis.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/prodigy192.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/prodigy_hifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/


#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/quartet.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/revo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/se.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/vt1720_mobo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion sound/pci/ice1712/wtm.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@



#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
Expand Down

0 comments on commit de3ab85

Please sign in to comment.