mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
drivers: staging: media: easycap: easycap_ioctl: Include version.h header
The output of "make versioncheck" told us that: drivers/staging/media/easycap/easycap_ioctl.c: 2442: need linux/version.h If we take a look at the code, we will see the macro KERNEL_VERSION be used. So, we need this include. Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: <linux-media@vger.kernel.org> Cc: <devel@driverdev.osuosl.org > Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
51d7ff0215
commit
365d47a1ea
@ -26,6 +26,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include "easycap.h"
|
||||
#include <linux/version.h>
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user