Fix this build error: drivers/media/video/pms.c:682: error: implicit declaration of function 'KERNEL_VERSION' Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> --- drivers/media/video/pms.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index 00228d5..a118bb1 100644 --- a/drivers/media/video/pms.c +++ b/drivers/media/video/pms.c @@ -35,6 +35,7 @@ #include <media/v4l2-ioctl.h> #include <media/v4l2-device.h> #include <linux/mutex.h> +#include <linux/version.h> #include <asm/uaccess.h> -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html