]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
[ALSA] cs5535audio: move sound/driver.h to the top
authorClemens Ladisch <clemens@ladisch.de>
Sun, 20 Nov 2005 12:58:28 +0000 (13:58 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:29:11 +0000 (12:29 +0100)
Modules: CS5535 driver

Move the #include of <sound/driver.h> to the top which is
required for compilation on earlier kernels.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/pci/cs5535audio/cs5535audio.c

index 189935659a9930120b5d26af086c28bff1b4d678..202c7cf3e3282774937f577e355600fa6a0f3e67 100644 (file)
@@ -21,6 +21,7 @@
  *
  */
 
+#include <sound/driver.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
 #include <linux/init.h>
@@ -28,7 +29,6 @@
 #include <linux/slab.h>
 #include <linux/moduleparam.h>
 #include <asm/io.h>
-#include <sound/driver.h>
 #include <sound/core.h>
 #include <sound/control.h>
 #include <sound/pcm.h>