Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232911
b: refs/heads/master
c: ddfb319
h: refs/heads/master
i:
  232909: c48fe43
  232907: 6c4216a
  232903: ea17190
  232895: 5648e13
v: v3
  • Loading branch information
Takashi Iwai committed Feb 2, 2011
1 parent bfa70ec commit e202ecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70f7db11c45a313b23922cacf248c613c3b2144c
refs/heads/master: ddfb319926462fd9670b7c1678a1f6a14a68e421
3 changes: 1 addition & 2 deletions trunk/sound/drivers/mtpav.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/moduleparam.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/rawmidi.h>
#include <linux/delay.h>

#include <asm/io.h>

/*
* globals
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/pdaudiocf/pdaudiocf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define __PDAUDIOCF_H

#include <sound/pcm.h>
#include <asm/io.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/vx/vxp_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/io.h>
#include <sound/core.h>
#include <asm/io.h>
#include "vxpocket.h"


Expand Down

0 comments on commit e202ecc

Please sign in to comment.