projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c855b
)
[ALSA] cs5535audio: move sound/driver.h to the top
author
Clemens Ladisch
<clemens@ladisch.de>
Sun, 20 Nov 2005 12:58:28 +0000
(13:58 +0100)
committer
Jaroslav 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/cs5535audio/cs5535audio.c
b/sound/pci/cs5535audio/cs5535audio.c
index 189935659a9930120b5d26af086c28bff1b4d678..202c7cf3e3282774937f577e355600fa6a0f3e67 100644
(file)
--- 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>