Skip to content

Commit

Permalink
drivers: staging: media: easycap: easycap_ioctl: Include version.h he…
Browse files Browse the repository at this point in the history
…ader

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>
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent 51d7ff0 commit 365d47a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/media/easycap/easycap_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/*****************************************************************************/

#include "easycap.h"
#include <linux/version.h>

/*--------------------------------------------------------------------------*/
/*
Expand Down

0 comments on commit 365d47a

Please sign in to comment.