mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (4135): Cx88-tvaudio.c must #include <linux/config.h>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
b63535f405
commit
1138ead47c
|
@ -52,6 +52,7 @@
|
|||
#include <linux/init.h>
|
||||
#include <linux/smp_lock.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/config.h>
|
||||
#include <linux/kthread.h>
|
||||
|
||||
#include "cx88.h"
|
||||
|
|
Loading…
Reference in New Issue