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

staging: dgnc: Remove KERNEL_VERSION check

This check is not required.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Acked-by: NLidza Louina <lidza.louina@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 28d31374
......@@ -28,11 +28,6 @@
#ifndef __DGNC_KCOMPAT_H
#define __DGNC_KCOMPAT_H
# ifndef KERNEL_VERSION
# define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
# endif
#if !defined(TTY_FLIPBUF_SIZE)
# define TTY_FLIPBUF_SIZE 512
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册