diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-23 06:14:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-10-16 09:03:19 -0400 |
commit | 285ded7459c0b4a8573cc5809533fdccc8758952 (patch) | |
tree | 6235b348d9e9eef62015117f14ef2a449ad397cd /sound/ppc | |
parent | 1f28960b465afe0dc3ccb8bd53354cb435ea0384 (diff) |
[ALSA] Clean up duplicate includes in sound/ppc/
This patch cleans up duplicate includes in
sound/ppc/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/snd_ps3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index 1aa0b467599f..27b61899fe84 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/dmapool.h> | 33 | #include <linux/dmapool.h> |
34 | #include <linux/dma-mapping.h> | 34 | #include <linux/dma-mapping.h> |
35 | #include <asm/firmware.h> | 35 | #include <asm/firmware.h> |
36 | #include <linux/io.h> | ||
37 | #include <asm/dma.h> | 36 | #include <asm/dma.h> |
38 | #include <asm/lv1call.h> | 37 | #include <asm/lv1call.h> |
39 | #include <asm/ps3.h> | 38 | #include <asm/ps3.h> |