staging: dgnc: Include version.h header in dgnc_kcompat.h

version.h header inclusion is necessary as detected by
versioncheck.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sachin Kamat 2013-08-02 14:40:14 +05:30 committed by Greg Kroah-Hartman
parent 02f2dff6b9
commit c27cdf0a7c

View file

@ -28,6 +28,8 @@
#ifndef __DGNC_KCOMPAT_H
#define __DGNC_KCOMPAT_H
#include <linux/version.h>
# ifndef KERNEL_VERSION
# define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
# endif