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:
parent
02f2dff6b9
commit
c27cdf0a7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue