diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-11-20 13:58:28 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:29:11 +0100 |
commit | ac09a9251d3b7678150ee512de8de1bd98628d11 (patch) | |
tree | 6bc4cb3fadec6da9ffc619165467ca74aa61161b /sound/pci/cs5535audio/cs5535audio.c | |
parent | a2c855bbd76e7044c54a9d84ae46f6eead1b8f89 (diff) | |
download | linux-ac09a9251d3b7678150ee512de8de1bd98628d11.tar.bz2 |
[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>
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio.c')
-rw-r--r-- | sound/pci/cs5535audio/cs5535audio.c | 2 |
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 @@ * */ +#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> |