]> err.no Git - linux-2.6/blobdiff - sound/ppc/snd_ps3.c
bnx2x: Not dropping packets with L3/L4 checksum error
[linux-2.6] / sound / ppc / snd_ps3.c
index af812dc69ece990ce032800b396b2476f6d80a4c..20d0e328288ab6ae4ea24abe202b6a3d0dd3d442 100644 (file)
@@ -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>
@@ -138,7 +137,7 @@ static inline void update_mask_reg(unsigned int reg, u32 mask, u32 or_val)
 /*
  * ALSA defs
  */
-const static struct snd_pcm_hardware snd_ps3_pcm_hw = {
+static const struct snd_pcm_hardware snd_ps3_pcm_hw = {
        .info = (SNDRV_PCM_INFO_MMAP |
                 SNDRV_PCM_INFO_NONINTERLEAVED |
                 SNDRV_PCM_INFO_MMAP_VALID),