aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2005-11-20 07:58:28 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:29:11 -0500
commitac09a9251d3b7678150ee512de8de1bd98628d11 (patch)
tree6bc4cb3fadec6da9ffc619165467ca74aa61161b
parenta2c855bbd76e7044c54a9d84ae46f6eead1b8f89 (diff)
[ALSA] cs5535audio: move sound/driver.h to the top
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>
-rw-r--r--sound/pci/cs5535audio/cs5535audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio.c b/sound/pci/cs5535audio/cs5535audio.c
index 189935659a99..202c7cf3e328 100644
--- a/sound/pci/cs5535audio/cs5535audio.c
+++ b/sound/pci/cs5535audio/cs5535audio.c
@@ -21,6 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24#include <sound/driver.h>
24#include <linux/delay.h> 25#include <linux/delay.h>
25#include <linux/interrupt.h> 26#include <linux/interrupt.h>
26#include <linux/init.h> 27#include <linux/init.h>
@@ -28,7 +29,6 @@
28#include <linux/slab.h> 29#include <linux/slab.h>
29#include <linux/moduleparam.h> 30#include <linux/moduleparam.h>
30#include <asm/io.h> 31#include <asm/io.h>
31#include <sound/driver.h>
32#include <sound/core.h> 32#include <sound/core.h>
33#include <sound/control.h> 33#include <sound/control.h>
34#include <sound/pcm.h> 34#include <sound/pcm.h>