提交 c27cdf0a 编写于 作者: S Sachin Kamat 提交者: Greg Kroah-Hartman

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

version.h header inclusion is necessary as detected by
versioncheck.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 02f2dff6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册