提交 ac09a925 编写于 作者: C Clemens Ladisch 提交者: Jaroslav Kysela

[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: NClemens Ladisch <clemens@ladisch.de>
上级 a2c855bb
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册