Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c27cdf0a authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman
Browse files

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



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

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 02f2dff6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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